-
Notifications
You must be signed in to change notification settings - Fork 1.9k
iOS 14 WKWebView Most Times Will Not Render Page Or Will Flicker #12421
Comments
@geeetarcode I want to do some tests, could you share some of the URLs you have problems with? |
@jsuarezruiz Here are some example links: Thanks for following up! Here are some example Urls that aren't working correctly on iOS 14 only, fine on all other versions: App #1: This Url launches, flickers the page and goes white/blank: This Url does work, same app: In app #1, only reviews work correctly...everything else flickers and goes blank/white. App #2: This Url doesn't work, goes blank/white: This review page that works on app #1 does not on app #2, like the above, it just goes blank/white: We verified that this issue is happening on all versions of our app on iOS 14--this isn't due to recent changes or anything like that. I'm wondering if it may have to do with Intellegent Tracking Prevention, which is new for iOS 14. This is my best guess as to why it would only be affecting iOS 14 and fits with the timeline of when the issue started presenting. We've not been able to verify yet. https://www.simoahava.com/privacy/intelligent-tracking-prevention-ios-14-ipados-14-safari-14/ |
The other errors I'm seeing that I'm not seeing on a working version of iOS are: Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service |
I ended up finding the issue. It wasn't a Xamarin issue, per se. What happened was that there was something with iOS 14 that broke our custom WebViewRenderer. I traced it and found the fix. But, it did puzzle me as to why it would happened except breaking changes that affected the Xamarin codebase. If someone else runs into something similar, it might save time going straight to the WebViewRenderer if it's been done custom. |
Description
Supporting two iOS apps. iOS App #1: WebViews will not render and show a blank page. Endpoints render fine in a browser on device. iOS App #2 Some endpoints will render and others will flicker (render and turn white). This is only happening on iOS 14.
Steps to Reproduce
Expected Behavior
Web pages should render as normal like they do with iOS 13 and below.
Actual Behavior
WebView render a blank/white page for some (on app #1) or all (for app #2) Url's.
Basic Information
Wondering if this has anything to do with Xamarin dealing with WKWebView on iOS 14?
The text was updated successfully, but these errors were encountered: