|
|
|
|
|
by zkhalique
3907 days ago
|
|
In our framework, we have for a very long time had a Q.Pointer class which contained functionality to normalize things between touchscreens and non-touchscreens. Among other things, it had the "fastclick" event: https://github.com/Qbix/Platform/blob/master/platform/plugin... There is far more than simply relying on a "click" in touchscreens. For example the "touchclick" event is for those times when the keyboard disappears because focus has been lost in a textbox, but the click will still succeed: https://github.com/Qbix/Platform/blob/master/platform/plugin... Also, drag-drop is broken in touchscreens WebKit so you have to roll your own, and much more. You're better off using a library. |
|
I'm not trying to attack or being negative here... just a bit surprised.