Martin Larsen Active Member Licensed User Longtime User Sep 28, 2019 #1 Is it possible to apply a custom CSS to a webview loaded with an external URL? Reason: To hide certain elements that are not relevant in the webview as opposed to viewed in a regular browser.
Is it possible to apply a custom CSS to a webview loaded with an external URL? Reason: To hide certain elements that are not relevant in the webview as opposed to viewed in a regular browser.
Brandsum Well-Known Member Licensed User Sep 29, 2019 #2 use JavaScript interface from webviewextra Upvote 0
Martin Larsen Active Member Licensed User Longtime User Sep 29, 2019 #3 Thanks. There is both WebViewExtras and WebViewExtras2. What's the difference? Upvote 0
Brandsum Well-Known Member Licensed User Sep 29, 2019 #4 I haven't use webviewextra till now. Maybe webviewextra2 is a newer version. Upvote 0
MicroDrie Well-Known Member Licensed User Longtime User Oct 8, 2019 #5 Martin Larsen said: Thanks. There is both WebViewExtras and WebViewExtras2. What's the difference? Click to expand... The only diference between both libraries is that WebViewExtras2 is more complete to overcome the fact that Kitkat broke a number of WebView related functions as noticed here Upvote 0
Martin Larsen said: Thanks. There is both WebViewExtras and WebViewExtras2. What's the difference? Click to expand... The only diference between both libraries is that WebViewExtras2 is more complete to overcome the fact that Kitkat broke a number of WebView related functions as noticed here