breautek commented on PR #1533:
URL: https://github.com/apache/cordova-ios/pull/1533#issuecomment-2888459607

   >  If you switch away from a Cordova app, and the webview gets killed in the 
background, when you resume it you would expect to be on the same page you were 
previously, and not have the app reload from the start.
   
   I'm not sure if this works in practice, cause when this occurs in my apps, 
it effectively restarts to the main entry point. If the webview gets killed you 
lose all JS runtime state, unless if you explicitly store the state somewheres 
semi-persistent.
   
   But in all likeliness, in my case it's probably something within my own 
framework that puts the app to the "main screen" on reload/refresh.
   
   > If the webview gets killed you lose all JS runtime state, unless if you 
explicitly store the state somewheres semi-persistent.
   
   This is likely a common issue in apps though, depending on the app 
complexity, and maybe is the root cause of meteor (have 0 experience with 
MeteorJS)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to