I am making a web app for Tizen. I want to get the x,y coordinates of where the user presses, and then where they release. My code works fine in a browser, but when I run it on Tizen the mouse down function only fires when I release the click
To make sure it wasn’t just an issue with the coordinates I added the background colour change. On a browser the background will turn green while the listener is being clicked, however on Tizen there is no change until the click is released; then it will flicker green for a second and then back to red.
mousedown not working for touch
I am making a web app for Tizen. I want to get the x,y coordinates of where the user presses, and then where they release. My code works fine in a browser, but when I run it on Tizen the mouse down function only fires when I release the click
To make sure it wasn’t just an issue with the coordinates I added the background colour change. On a browser the background will turn green while the listener is being clicked, however on Tizen there is no change until the click is released; then it will flicker green for a second and then back to red.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio