About a decade ago iOS only had UIWebView which was significantly worse than Safari. This affected all apps using a webview including competing browsers.
WebView performance significantly slower than PWA
11–15 of 15 posts
Re: WebView performance significantly slower than PWA
#12How about they let us opt out of using it at all and just let us use our own browser?
Re: WebView performance significantly slower than PWA
#13How about they let us opt out of using it at all and just let us use our own browser?
You can use Firefox as the system webview on Android
Re: WebView performance significantly slower than PWA
#14To save you having to read a really long comment thread: https://engineering.fb.com/2022/09/30/android/launching-a-ne... Basically, FB's engineering replaced it with a full chromium based webview and explained the reasons android webview sucks ass.
My understanding of the system webview is that applications can share the resource instead of each using their own copy, reducing memory usage and improving multi-tasking. Facebook's solution seems to side step that benefit. I use the fb browser much less frequently than my normal browser, and id rather not use the fb browser at all. I imagine this is true for most users, so the security benefit seems overstated.
There's Tauri, which does use a dynamic loading approach. But the various browsers it uses are nowhere near as capable and featureful as chrome, which is so sad. I don't know when it got started but there is https://github.com/tauri-apps/cef-rs now, using Chromium Embedded Framework, which is pleasantly modern & can share a binary too; rad.
Re: WebView performance significantly slower than PWA
#15To save you having to read a really long comment thread: https://engineering.fb.com/2022/09/30/android/launching-a-ne... Basically, FB's engineering replaced it with a full chromium based webview and explained the reasons android webview sucks ass.