Infinite scroll. If I lead my finger in the center of the screen nothing happens

Hi all ! Could someone suggest please … is it possible that infinite scroll functionality dose not working with cordova-plugin-crosswalk-webview ? When I am trying scrolling my content I see …

Consider marking event handler as ‘passive’ to make the page more responive.
polyfills.js:3 Handling of ‘touchmove’ input event was delayed for 114 ms due to main thread being busy. Consider marking event handler as ‘passive’ to make the page more responive.

I could scroll content only with the edge of the scroll bar. If I lead my finger in the center of the screen nothing happens. Is it normal behavior ?

1 Like

No way to tell without some example code :grinning:

luukschoen, good day ! Could you suggest please … it is possible, that my <ion-list> with Infinite scroll (a lot of data) scroll only if I I’m spinning down in the right side near the scroll… If I trying spinning down in the middle content … event is not called …

Are you using tap or swipe events?
And Ionic 3?

If yes and yes: https://github.com/driftyco/ionic/issues/11112

reedrichards, yes, Ionic 3 I am using … thanks for link …

@anton_klochko and swipe and tap events too (that’s important to notice related to that issue)?

reedrichards , swipe no, but tap events yes …

1 Like

@anton_klochko then it sounds related to me too

reedrichards, as I understand this is Ionic3 bug ?

I can’t confirm it, but when it comes to my app, I didn’t face any problem when I was using scroll, list, click and swipe events all together till Ionic 3…but that’s maybe just me

reedrichards,it’s clear … I found people who also have the same problem … Looks like Ionic3 bug …

https://github.com/driftyco/ionic/issues/6486

Then https://github.com/driftyco/ionic/issues/11112 is definitly the issue to follow…hope they will find a solution soon, waiting on it since a couple of weeks

reedrichards, okey, thank you very much …

1 Like