InputDelegate onKeyPressed/onKeyReleased not implemented on vivoactive?

Former Member
Former Member
Hi there,

I want to add some behaviours to a button on the vivoactive and have discovered these things:

- Left button is not accessible (all handlers are ignored)
- Right button is only implementing onKeyPress. onKeyPressed and onKeyReleased do not trigger even though they do in the simulator.

(I basically want a tap to start/stop an activity and a hold > 1sec to commit the activity.)

Is there a place where I can request these handlers to be implemented in a future release?

Let me know, thanks
  • I recall seeing this is only available for real buttons, and not the two screen buttons on the face of the va.
  • Former Member
    Former Member over 10 years ago
    Thanks for the reply.

    I'm talking about the physical buttons on either side of the screen, ie on either sides of the watch. The screen events do actually work quite well but I think the screen is too sensitive for starting/stopping an activity, ie. it could be accidentally pressed.
  • You have no access to the backlight button (left side) at all with CIQ, but you can try the right button (Start/enter), but I've not seen any posts where someone as used it so far for the new press and release calls.

    What I actually do in one of my apps is have multiple states based on a press of the start button - first press pauses the recording, second press un-pauses, but locks the screen buttons, and third press unlocks the screen buttons.