Hello,
we have some code that uses the deprecated WebView class to load some HTML content. When we attempt to load e.g. this page https://jovial-mclean-ae8f9b.netlify.app/ several popups about fonts requiring install will appear. Is there a way how to configure WebView so it does not show these popups?
The same page loads without the popups using WKWebView. Unfortunately we are unable to rewrite everything to WKWebView yet as it is not that trivial for the amount of code in both native and JS that we have. So I would be very interested in a some quick fix for the WebView that I might have missed.
Thank you for any help,
Jakub