Skip to content

bug: native scroll does not work after upgraded to V1.0.1 #4064

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

Closed
yiqinglan opened this issue Jul 9, 2015 · 9 comments
Closed

bug: native scroll does not work after upgraded to V1.0.1 #4064

yiqinglan opened this issue Jul 9, 2015 · 9 comments

Comments

@yiqinglan
Copy link

Type: bug

Platform: android 4.4 webview

Description:
native scroll for none IOS platform does not respond touch scroll event or simulate touch scroll.
Condition:
.config(function($ionicConfigProvider) {
if (!ionic.Platform.isIOS()) {
$ionicConfigProvider.scrolling.jsScrolling(false);
}
})
Workaround
downgrade to V1.0.0

@yiqinglan
Copy link
Author

thank you. done.

@krlwlfrt
Copy link

krlwlfrt commented Jul 9, 2015

+1

I noticed the same on my older test device (also android 4.4 webview).
I just tested it with a downgrade to Ionic version 1.0.0 and then it works again.
With the 1.0.1 version I can start scrolling but once it stops I can not scroll further.

I watched for any errors being raised in the console but there were none.

@JoeyHoutenbos
Copy link

+1 :: Downgrading to version 1.0.0 solved the problem...
I'm on iOS 8.4 (iPhone 5).

@jskrzypek
Copy link

Check out my fix in #4008 and see if it works for you.

@PaperMonster
Copy link

I had the same issue and the fix in #4008 solved it.

@skoczen
Copy link

skoczen commented Jul 14, 2015

@jskrzypek if we're ever in the same city, I'm buying you a beer. Your workaround just saved our release.

@jskrzypek
Copy link

@skoczen 🍻 a) what city is that, and b) @ghaiat deserves the credit more than I do since he found the bug, I just made the issue 😉

@skoczen
Copy link

skoczen commented Jul 21, 2015

@jskrzypek, at the moment, Puerto Escondido, Mexico - but it changes about every three months.

🍻 to you both, then. :)

@mhartington
Copy link
Contributor

This should be fixed in the nightly builds

@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

7 participants