You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...except one little detail. I'm building angular app and i have pagePiling only on one state (using ui-router). pagePiling is initialised through angular directive so it doesn't get active until user is redirected to that state.
My problem is that your plugin highjacks scroll event on all other states (pagePiling plugin is not even initialised) and basically users can't really use app without scrolling.
Is there any solution for this problem?
Kind regards,
Davor
The text was updated successfully, but these errors were encountered:
There's a possible solution (as it happens in fullpage.js) but its not yet implemente in pagePiling.js.
If you really need it now contact me for an urgent request.
Hi there,
i love the way your plugin works..
...except one little detail. I'm building angular app and i have pagePiling only on one state (using ui-router). pagePiling is initialised through angular directive so it doesn't get active until user is redirected to that state.
My problem is that your plugin highjacks scroll event on all other states (pagePiling plugin is not even initialised) and basically users can't really use app without scrolling.
Is there any solution for this problem?
Kind regards,
Davor
The text was updated successfully, but these errors were encountered: