-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Scroll not working on Android 2.3.6 Gingerbread #1062
Comments
I tested ion-content scroll="true" on an Android 2.3 and it was still scrolling. If your app scrolls on all other devices except 2.3, I'd suspect it's from this line: Would you be able to help debug this? I'm unable to replicated the issue, thanks. |
I will give this some debugging later. |
Had the same issue using the beta.1 version and did a bit of digging. Appears it's the
Quickly changing mine to |
This was fixed in nightly awhile ago - closing! good research though @emertechie :-) |
Awesome! I'll give this a go when I'm home (where the Galaxy S1 Android I'll post my findings / confirmation here. |
Oh sorry, I thought this was an older and different issue related to beta.1 that forgot to be fixed. My bad. Reopening for adam. However, it may work now .. Not sure. |
Aah bummer. I guess Ill have to be more patient then. |
Not sure if it's the same issue but it might be : #772 |
I'm running android 5.1.1 on Samsung Galaxy Tab A (2016). I have implemented a webview and androidpdfviewer and i'm experiencing the scroll issue. This is the sample code
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I know this platform hasn't the highest priority but since I couldn't find any related issue report I'm reporting this anyway.
On a
Samsung Galaxy S1
runningAndroid Gingerbread 2.3.6
I can't scroll any scrollable view. That about sums it up and doesn't need much extra explanation or a codepen since it happens in any scrollable view (<ion-content scroll="true">
)The text was updated successfully, but these errors were encountered: