-
Notifications
You must be signed in to change notification settings - Fork 986
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
IOS 12.2 beta2 webview functions with animations not working #537
Comments
Do you have a proper Cordova app here or a native app that uses the Cordova webview? How do you build your app?
Your Cordova tooling seems to be out of date, which might be causing all kinds of problems. |
We tried upgrading latest cordova version also and still same issue. is there any issue due to web-animation partial supported provided as part of IOS 12.2 ?. Our app use extensive Angular animation with poly fill. My App has mix of native screen and webview. First few screens are in native like login and dashboard . After dashboard rest are Webview based on links in dashboard. |
Is this reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md |
Issue not there from 12.2 beta4 onwards. l have raised as bug to apple and it seems solved by apple in beta4 ,5,6. now final version does not have the issue. |
Closing as it was an apple issue |
Currently my application, some angular animation in UIWebview in background is not working.
Following stuff i'm doing in current app,
Creating a cordovaviewcontroller instance in background and supplying start page link. And just have this instance in property and not rendering this view controller in screen.
Few angular resource are loaded in background itself in the cordova instance which i created in step 1, to improve the webview loading performance.
Durning some button action, I'm opening Viewcontroller with cordovaviewcontroller view as subview and rending specific angular screen with animation.
Everything working fine <12.2 beta.
In 12.2 beta, some of the angular animation are not working properly.
We tried to remove the angular animation and tried. After that, angular screen rendering properly without animation.
One more step also I tried, instead of initializing cordova in background, created cordova instance in foreground and rendered viewcontroller, now also everything working fine.
Is loading web stuff in background, causing issue? I really need that background loading part for the performance.
Any help is appreciated.
STEPS TO REPRODUCE
Version information
Cordova-IOS - v4.3
IOS 12.2 beta2
The text was updated successfully, but these errors were encountered: