panzoom(element, { onTouch: function(e) { // `e` - is current touch event. return false; // tells the library to not preventDefault. } }) ...
確定! 回上一頁