You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
Exit the app and do other stuff on the device for a while
Come back to the app
Sometimes at this point there is a blank white screen. This can either be resolved using pull-to-refresh, or force quitting and relaunching the app.
I'm guessing just the WKWebView part of the app is being purged from memory or crashed, because when the entire app is purged, it successfully reloads.
There's a delegate method on WKUIDelegate called webViewWebContentProcessDidTerminate, which claims that it's:
Called when the web view’s web content process is terminated.
I've seen other reports that it only gets called when the app is in the foreground, so doing this has no effect:
Hi,
I've observed this behavior occasionally:
Sometimes at this point there is a blank white screen. This can either be resolved using pull-to-refresh, or force quitting and relaunching the app.
I'm guessing just the WKWebView part of the app is being purged from memory or crashed, because when the entire app is purged, it successfully reloads.
There's a delegate method on
WKUIDelegate
calledwebViewWebContentProcessDidTerminate
, which claims that it's:I've seen other reports that it only gets called when the app is in the foreground, so doing this has no effect:
This is hard to reproduce, so I guess what I'm asking is if anyone has come across this issue and had any success recovering from it?
Thanks for turbolinks-ios, it's a great project!
The text was updated successfully, but these errors were encountered: