Search code examples
tizentizen-wearable-sdktizen-web-app

Preventing tizen smartwatch from going in to "watchface selection mode" when touching-and-holding watchface


The default behaviour for Tizen watchfaces seems to be that if you touch-and-hold anywhere on the watchface for more than 1 second, the smartwatch goes in to the watchface selection screen.

Is there a way to prevent this behaviour? For example, I don't want to enter the watchface selection screen if the user does a touch-and-hold on a button element.


Solution

  • "Touch and hold for 1 second" can't be overwritten/prevented.

    Reason - Since if that is prevented how user will be able to change his/her watchface. So basically its a predefined platform event for changing watchface so you can't overwrite or prevent.

    This is permanent behavior not default.