lazy13
Results
2
comments of
lazy13
Try this http://pastebin.com/kZTmynbn it is working on Android, iOS
on line 457 key: 'onPreviewEvent', value: function onPreviewEvent(e) { if (!this.imageLoaded) { return; } ``` this.moveContinue = false; this.$preview.off(_constants.EVENTS.PREVIEW_MOVE); if ( e.type === 'mousedown' || ( e.type === 'touchstart' &&...