Open timothyblue opened 7 years ago
I need to use iscroll-zoom and iscroll-probe on the same div.
I am using webpack 2 and have tried many options to no avail.
Even including both javascript files doesn't seem to work.
If I do this:
<script src="https://cdnjs.cloudflare.com/ajax/libs/iScroll/5.2.0/iscroll-zoom.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/iScroll/5.2.0/iscroll-probe.min.js"></script>
Whichever the last one in the list wins. If t is zoom then I have zooming, and if it is probe then the probe works.
All of the options I have found out there, including this issues thread, don't seem to work for me.
Any help would be amazing since I have lost an entire day on this.
Thank you, ~Tim
I need to use iscroll-zoom and iscroll-probe on the same div.
I am using webpack 2 and have tried many options to no avail.
Even including both javascript files doesn't seem to work.
If I do this:
Whichever the last one in the list wins. If t is zoom then I have zooming, and if it is probe then the probe works.
All of the options I have found out there, including this issues thread, don't seem to work for me.
Any help would be amazing since I have lost an entire day on this.
Thank you, ~Tim