You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am using this plugin as Kinetic.js (html 5 canvas library) disables scroll when tyring to scroll over stage objects. This plugin seems to resolve this issue.
However I notice that it also disable pinch zoom. Is this the correct behavour?
I am applying it as to the body and html elements like so:
$('html,body').kinetic();
The text was updated successfully, but these errors were encountered:
This library is still useful on iOS, even after all this time, as -webkit-overflow-scrolling: touch is very flickery. If it helps anyone, you can enable pinch-to-zoom by doing:
Hi I am using this plugin as Kinetic.js (html 5 canvas library) disables scroll when tyring to scroll over stage objects. This plugin seems to resolve this issue.
However I notice that it also disable pinch zoom. Is this the correct behavour?
I am applying it as to the body and html elements like so:
$('html,body').kinetic();
The text was updated successfully, but these errors were encountered: