Skip to content
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

bug: Nightly 1.2.0 JS broke down scrolling #4758

Closed
evgd opened this issue Dec 11, 2015 · 6 comments
Closed

bug: Nightly 1.2.0 JS broke down scrolling #4758

evgd opened this issue Dec 11, 2015 · 6 comments

Comments

@evgd
Copy link

evgd commented Dec 11, 2015

Type: bug

Platform: desktop browser

Platform: desktop, but probably all

http://s.codepen.io/ionic/debug/mqolp as example
Scrolling doesn't work and doesn't produce any errors in console.

@ronygb
Copy link

ronygb commented Dec 11, 2015

I have same issue on Android and iOS
Ionic version : 1.2.0-nightly-1823

@bCliks
Copy link

bCliks commented Dec 11, 2015

"By default, Ionic 1.2 will use native scrolling on all platforms."

ion-refresher is based on jsScrolling. If you want ion-refresher you should enable jsScrolling. You can do it by adding
$ionicConfigProvider.scrolling.jsScrolling(true);
in your app config. Ref: http://ionicframework.com/docs/api/provider/$ionicConfigProvider/

@evgd
Copy link
Author

evgd commented Dec 11, 2015

@KBalaguru Good to know! Thank you. Sadly all examples refers to "nightly" build and should be fixed then.

@ronygb
Copy link

ronygb commented Dec 11, 2015

thank you

@aamarcha
Copy link

@evgd @ronygb you can also do it easily by view (if you need ion-refresher)

<ion-content overflow-scroll="false">
</ion-content>

@mlynch mlynch closed this as completed in 72f2fb8 Dec 14, 2015
@mlynch
Copy link
Contributor

mlynch commented Dec 14, 2015

Thanks, fixed, will be in 1.2.1 when we publish this week

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants