Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fitbit Numerical Input

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

Best Answer
2 REPLIES 2

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.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

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?

Best Answer
0 Votes