javascript - Using touch events in cordova windos app -
i creating application windows using cordova heavily relies on touch events such touchstart
, touchmove
. these events work fine in android , ios version not fired in windows version. instead browser tries scroll page on touches (note: calling event.preventdefault
function on touchstart
. event doesn't fire).
in case edge browser has same behaviour cordova app. in edge option when u navigate about:flags
called enable touch events
when flag set always on
or only on when touchscreen detected
application works perfectly. wondering if plausible set flag in cordova application.
Comments
Post a Comment