B4A Library WebViewExtras - warwound    Oct 16, 2023   (36 reactions)   tags: Webview Hi all.
WebViewExtras is my latest library.
It's a much updated version of JSInterface.
WebViewExtras exposes more of the available native Android WebView methods to your B4A application... B4A Example WebViewExtras Examples for beginners - FrostCodes    Mar 17, 2025   (14 reactions) I noticed a lot of beginners are confused about how to use the WebViewExtras library so I made...'t tested it.
UPDATE:
Added sample for WebViewExtras v1
Added sample for WebViewExtras v2
Maybe... B4A Question Getting the source code of a webpage with WebView and WebViewExtras - adrianstanescu85    Nov 12, 2013 . google.com or whatever, so that I can parse it later on. I added a WebView to my app and then using the WebViewExtras lib I tried the following: Sub WebView1_PageFinished (Url As String) ' Now that the web page has loaded we can get the page content as a String Dim JS1 As String JS1...("PageFinished: " & JS1) MyWebViewExtras.executeJavascript(WebView1, JS1) End Sub Sub ProcessHTML(Html As String) ' This is the Sub that we'll get the web page to send it's HTML... B4A Question Catching error messages from Webview using WebviewExtras - CidTek    Oct 10, 2013 I'm loading html into a WebView that is Google Maps V3 JS (loads a map with markers) and I need to know if an error occurs so I can reload the WebView. I've seen several references to WebviewExtras console logs but no clear example on how they used.... B4A Example Signature Capturing with jSignature and WebViewExtras - josejad    Aug 23, 2018   (7 reactions) the data from it with WebViewExtras (thanks to @warwound) Just a javascript function in my web page....CallSub('GetBase30', true, SendBase30())" WebViewExtras1.ExecuteJavascript(Javascript... inside a WebView. You can read about jSignature here: https://willowsystems.github.io/jSignature...Hi everyone: After several test, now I can use the jSignature javascript plugin I was using in my web, in my B4A app, in order to update my database from b4a the same way I'm doing in my web... B4A Question WebViewExtras2 download link - Ascanio    Sep 3, 2020   (1 reaction) I'm trying from several days to download webviewextras2 library from this suggested link: http://b4a.martinpearman.co.uk/webviewextras/ but it seems to be dead. Is there an alternative link? Thank you so much for your help! Ascanio... B4A Question Can WebViewExtras2 support a native file upload? - JohnC    Mar 3, 2019 I was wondering if it would it be possible to add support for native file uploading in Webviewestras2? Erel, posted code that can do this: https://www.b4x.com/android/forum/threads/upload-files-with-webview.98623/ But it replaces the webchromeclient, making it incompatible with webviewextras. Since my app uses many features of WVE, I need to be able to continue using it. My app displays a third party website, so I have no control over the files/pages on the website, so I can't use... B4A Question B4A 12.20 and WebViewExtras - luke2012    May 26, 2023 type WebViewExtras - Are you missing a library reference ?"
In the new version of B4A, has... Other WebViewExtras addJavascriptInterface Vulnerability - Erel    Oct 15, 2017   (6 reactions) If you are using WebViewExtras.addJavascriptInterface then it is recommended to set android:minSdkVersion to 17+ (Android 4.2+). Read more: https://www.rapid7.com/db/modules/exploit/android/browser/webview_addjavascriptinterface... B4A Question WebViewExtras v.2 sample with all events - peacemaker    Jan 13, 2017 HI. All Please, help to find a working under Android 4.4+ sample with working Javascript and all events of DefaultWebChromeClient, including error catch.... How to know the events support of any lib verion ? So many versions :(((((... Page: 1   2   3   4   5   |