Hi,
Is there any recommendations on handling a long button hold? I am trying to implement a reset on a App, but only want to happen if the user holds a key for a few seconds.
Cheers
Chris
Any plans on getting this fixed? It still doesn't work on my 630. I was hoping it was just in the BehaviorDelegate that it didn't work but it also doesn't work in the InputDelegate. Works like a charm in the simulator, though, with either Delegate.
Have you contacted the Connect IQ team about this? I'm not sure what devices Travis tested on but my METAR/TAF widget uses both methods in a class that extends BehaviorDelegate and it works for the fenix 3 and derivatives (ie. D2 Bravo). The API docs list the methods as available since 1.1.2 but perhaps this is a case of functionality that is only available on certain devices?
I've verified (again) that this doesn't work on any of the devices that I'm testing with. I've reported the problem to Garmin, but I don't know what the status of that issue is.
For reference, what devices are you testing with, Travis?
Hi Travis, I'm implementing a long-press on "enter" key as shortcut for non-touchscreen devices, do you know if the
are working on devices supporting 3.1.x?
Thanks!