01-13-2020 18:12
01-13-2020 18:12
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 Answer01-14-2020 10:43
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.
01-14-2020 10:43
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
01-14-2020 10:43
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.
01-14-2020 10:43
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
01-14-2020 11:10
01-14-2020 11:10
Thanks a lot.
Best Answer