bratelefant commented on issue #1232: URL: https://github.com/apache/cordova-ios/issues/1232#issuecomment-1113961277
Just read your post, sounds reasonable for me. Will give it a shot and come back later. What I did until now: Followed @gouteru 's instructions to reload the initial app url; didn't work at first try, due to "allow-navigation" errors, since the url didn't fit the scheme from cordovas config.xml. So i exchanged it by `http://localhost:<meteors-generated-portnumber>`, hardcoded for now. Next try will be your patch. During testing I can confirm that the following method let's your quite easily reproduce the issue: - open your app (production or even via usb on device). - send it to background (i.e. go back to the homescreen) - open up several other, mem intensive apps (eg. keynote, pages, numbers, photos, ... ) until you notice, that apps get initially loaded to mem if you get back to them (guess iOS is then suspending apps to disk to free main memory) - open your meteor app again -> WSOD Apples "Instuments" app turns out to be quite helpful in monitoring, just learned that it existed... ;) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
