I am currently developing a virtual keyboard specifically designed for touchscreen computers. Utilizing angular, html, and css exclusively in this project. I am facing an issue where holding down a key does not properly lift up the mouse click event. How can I ensure that touching a key lifts the mouse click even when being held down?
This problem arises because if two characters are touched within a short timeframe (500ms-1000ms), the click is not always detected.
If you have any valuable insights on enhancing touchscreen usability, please share your thoughts :)