I'd like to set the first cycleview-item after a few seconds of inactivity. Is there any way to set a cycleview-item to display? Any help will be appreciated.
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.