-
Notifications
You must be signed in to change notification settings - Fork 990
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
Scrolling is not working properly in iOS 18.2 #1524
Comments
I am facing exactly the issue with my app.
|
@ChandramaniPatel What framework are you using on top of cordova? |
@msd117 |
There was no single solution for it Basically the height and width are not being set on some component inner child elements that causes the issue, refreshing helps if the function is available otherwise we need to look for alternate solutions Please let me know if you need any more help with examples... I almost wasted 2-3 weeks on this. hope your get resolved soon |
WebKit on iOS 18.2 removed support for the non-standard |
@dpogue Unfortunately, there is no Latest version of Sencha Touch Final release Later it merged into Extjs. Thanks for the information Can we easily update this in the Sencha Touch library? or that would be too complicated |
My understanding is Sencha Touch 2.4.2 works properly. Make sure that you are not overriding SizeMonitor in your application. |
No, nothing overridden |
Bug Report
Problem
Scrolling is not working properly in iOS 18.2
What is expected to happen?
Scroll should just work fine
What does actually happen?
Before the update and even on Devices that have ios 17 the scrolling just works fine
But on iOS18 it is broken
Information
Command or Code
Environment, Platform, Device
Version information
Checklist
The text was updated successfully, but these errors were encountered: