-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Comments
thank you. done. |
+1 I noticed the same on my older test device (also android 4.4 webview). I watched for any errors being raised in the console but there were none. |
+1 :: Downgrading to version 1.0.0 solved the problem... |
Check out my fix in #4008 and see if it works for you. |
I had the same issue and the fix in #4008 solved it. |
@jskrzypek if we're ever in the same city, I'm buying you a beer. Your workaround just saved our release. |
@jskrzypek, at the moment, Puerto Escondido, Mexico - but it changes about every three months. 🍻 to you both, then. :) |
This should be fixed in the nightly builds |
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
The text was updated successfully, but these errors were encountered: