riversun / JSFrame.js

An independent lightweight multi-window library for javascript.
MIT License
164 stars 31 forks source link

Support touch-enabled devices: To remove the 300ms tap delay between touchend and click #24

Closed riversun closed 4 years ago

riversun commented 4 years ago

To remove the 300ms tap delay between touchend and click To disable double-tap to zoom Double tap zoom is off by default.  To turn it off, set the JSFrame constructor to {touchActionManipulation:false}  You can also specify the following for the HTML level style  -ms-touch-action: manipulation;touch-action: manipulation;