Long press and release of hand in touch screens(win 10) imitates "Mouse - Right click" resulting in context menu. What is minimum press and hold time to trigger context menu in win 10. From various resources I understand that 2 TAPs within a gap of 300ms is considered as double click/double tap.
Asked
Active
Viewed 236 times
0
-
1I don't think it's changed from 500ms in any current versions, but you can always use `getLongPressTimeout()` to get the exact value, as described in the linked duplicate. – Mike M. Apr 05 '17 at 10:01
-
1Thanks @MikeM. I have changed the question a little bit. I am more concerned about browsers running in Windows based touch devices instead of Android. – Rajasri.J Apr 05 '17 at 10:43