karthibv opened a new issue #537: IOS 12.2 beta2 webview functions not working 
working properly
URL: https://github.com/apache/cordova-ios/issues/537
 
 
   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
   1) Create a Cordova application
   2) On Launch - foreground have simple native page with link to open webview
   3) On Launch - background to load the sample angular page with transform: 
'translate3d animation. have some links in angular page and do the translate3d 
animation to load the other pages
   4) < io12.2 beta - its working fine. issue is happening in ios 12.2 beta. 
After sample app launch and then click of webview link .. links takes to 
webview page but nothing working there.,
   
   
   Version information
   Cordova-IOS - v4.3
   IOS 12.2 beta2
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to