Hello there,
I developed an app for Tizen 4.0 and I am using this code for bezel action as described HERE
document.addEventListener('rotarydetent', function(ev) {
var direction = ev.detail.direction;
/* Add behavior for detent detected event with a direction value */
});
This works in Tizen 4.0.
This does not work in Tizen 5.5 emulator. There is no event firing. I did not find any solution to this online.
Can anyone help please?