-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have error #29
Comments
same error here, using ionic serve, everything works fine, but is not working running on the phone (samsung galaxy prime ); using the debugger the e object has this properties only: bubbles: false github repo : https://github.com/correasebastian/shrink/ |
i got an answer, if you are using ionic > 1.2.0 nativescroll is the default scroll, so. in order to make "scroll sista" works you have to enable jsScrolling . this way
|
this is a working example |
Hi, I have tried using scroll-vista on my own app, but it does not work. I planted console.log messages inside the ionic.scroll.sista.js translateY function in both the shrink repo and my own app. In my own app, the scroll event only executed once, when the page loads. Whereas in the shrink repo, the scroll event is executed whenever I scroll. Does anyone know what's the issue here? |
Uncaught TypeError: Cannot read property 'scrollTop' of undefined 278
I use ion-side-menus with only header
The text was updated successfully, but these errors were encountered: