04-04-2021 22:05
04-04-2021 22:05
I am doing a VERSA 3 app and my app needs a number input to function. How do I do this with a toggler? or any other thing?
Thanks
04-04-2021 22:50
04-04-2021 22:50
Normally, such things are done using the settings API (which runs on the companion device; eg, phone).
If the number is small, you could do it on the clockface using 'buttons' or multiple tumblerViews. I used the latter for date input once, but the user experience was so horrible that I relented and rewrote it to use input from settings.
04-05-2021 04:39
04-05-2021 04:39
The tumbler option is for view only I thought. As far as I know, Fitbit API does not have event listener for Toggle option. How do you make it a button?