[Webkit-unassigned] [Bug 272295] New: WKWebView sometimes experiences continuous white screen until the app restarts to load the page normally.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 6 23:56:57 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272295
Bug ID: 272295
Summary: WKWebView sometimes experiences continuous white
screen until the app restarts to load the page
normally.
Product: WebKit
Version: Safari 17
Hardware: iPhone / iPad
OS: iOS 17
Status: NEW
Severity: Critical
Priority: P2
Component: WebCore JavaScript
Assignee: webkit-unassigned at lists.webkit.org
Reporter: 576527857 at qq.com
Our app occasionally experiences a persistent white screen issue when loading H5 pages using WKWebView. Once this persistent white screen problem occurs, all subsequent WKWebView loads also result in white screens. Upon investigation through console logs, we found that the WKWebView delegate method "didCommitNavigation" is being executed, but the delegate methods "didFailNavigation" and "didFinishNavigation" are not. Additionally, network connectivity has been verified as normal. It feels like JavaScript is stuck in this scenario.
We also found the following suspicious logs in the console:
1、Should process URL called
2、Fetching native takeover URLs
3、Native takeover URLs fetched
4、URL shouldn't be processed
5、Failed to request allowed query parameters from WebPrivacy
Could you please help identify the causes behind the issues described above, and suggest any effective approaches our app can take to resolve or mitigate such problems?
Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240407/f4f25ba5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list