@angelarg wrote:
Hi!
I am currently migrating my app from ionic 3 to ionic 4, and since the ionic-img-viewer zoom plugin does not work with ionic 4, I found somewhere a simple tutorial about how to use the ion-slides for their zoom functionality (basically it means just having a modal with a slider of 1 slide).
I believe the tutorial was this: https://ionicacademy.com/ionic-4-image-gallery-zoom/ Though it is no longer available for everyone.
Everything works fine with my slider and the zooming, except when I use a swipe gesture to move around the zoomed image, I get the following error message like a thousand times during the swipe:
Unable to preventDefault inside passive event listener invocation. swiper.bundle-8d61f7c5.js:5188
onTouchMove @ swiper.bundle-8d61f7c5.js:5188
handleLiveEvent @ swiper.bundle-8d61f7c5.js:297
invokeTask @ zone-evergreen.js:391
runTask @ zone-evergreen.js:168
invokeTask @ zone-evergreen.js:465
invokeTask @ zone-evergreen.js:1603
globalZoneAwareCallback @ zone-evergreen.js:1640I don’t know if it is harmful but of course it is not nice to spam the console. Can anyone guide me on this or look into the issue?
Posts: 1
Participants: 1