I'm developing a web app for Samsung wearable device and I would like to detect when user makes a long press on a back-hardware button.
The only information that I have found so far is this:
document.addEventListener('tizenhwkey', function(e) {...});
The problem? This event fires only when back-button is released, but unfortunately it doesn't fire when the back-button is pressed - and for detecting long press when need information when back-button is pressed and when it was released.
Any ideas how to detect a long press of back-hardware button?
I checked the docuement. But Tizen platform does not provide a way to distinguish between press and release of hardware key.
https://docs.tizen.org/application/web/guides/tau/event-handling/