B4A Library WebViewExtras - warwound    Oct 16, 2023   (36 reactions) 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:
addJavascriptInterface(webView1 As WebView, interfaceName As String)
Add a javascript interface to webView1, B4A Library UltimateWebView2 - Ivica Golubovic    Jan 01, 2024   (16 reactions) It is also possible to initialize the UltimateWebView object with the native WebView object like in example below:
UltimateWebView1.Initialize2("UltimateWebView1",WebView1) 'WebView1 is native B4A WebView
In order for B4A WebView or UltimateWebView to display the desired WEB content, it is necessar B4A Library WebViewAssetLoader - the demo - drgottjr    Sep 09, 2021   (9 reactions) for the moment, google seems intent on shutting down vulnerabilities first. B4J Library [B4J] WebGL Library - max123    Jan 11, 2025   (20 reactions) Hi all,
after a long develop making it to work exactly as I wanted ...
... since I promised a fully functional 3D library to some users who requested it ...
... and with permission of my cat, that says: Yes I Like it, you can release on the B4X forum 😅
... I'm very happy today to release the B4J B4A Library UltimateWebViewAssetLoader - Ivica Golubovic    Nov 24, 2022   (6 reactions) LoadLayout("Layout") AssetLoader.Initialize(Application.PackageName) WebViewEx.Initialize(WebView1) WebViewClient.Initialize("WebViewClient") WebViewEx.SetWebViewClient(WebViewClient) WebViewEx.JavaScriptEnabled=True WebView1.LoadUrl(AssetLoader.AssetPahtURL & "UltimateWebVie B4A Library Printing and Pdf creation - Erel    May 18, 2020   (54 reactions) The WebViewAssetFile is a utility sub that creates the url of an asset file (the url depends on the compilation mode).
Updates:
V1.11 - PrintPdf2 - Allows passing custom PrintAttributes, created with JavaObject.
V1.10 - Adds support for printing PDF documents:
Printer.PrintPdf("Job Name", File.Di B4A Library Webview - Right click to save image - drgottjr    Nov 03, 2020   (6 reactions) Full-blown browsers enjoy a context menu, activated with a right click of the mouse. Among other tasks, you can select and download images appearing on the page.
Attached below you will find Contextual (.jar and .xml), a library which allows you to download and save images from a webview. Unzip t B4A Library WebkitLibrariesSet (successor to UltimateWebView) - Ivica Golubovic (first post)    Apr 25, 2023   (1 reaction) WebChromeClient is part of the Webkit set of libraries and is used as a plugin for the native WebView. It cannot be used as a Chrome browser. You have to add the webview object and then initialize the WebChromeClient where you pass the WebView as a parameter. B4A Library SD EscPos Printer (Lan,USB, Bluetooth SPP, BLE) - Star-Dust (first post)    Feb 15, 2023   (1 reaction) as @aeric correctly said you need to get a picture. webView has a function to export page to image. You must bear in mind that the image must be reduced in size to be printed on a thermal printer B4J Library CodeMirror wrapper and example - stevel05 (first post)    Apr 03, 2022   (1 reaction) The Web engine is a java class that controls the webview. The worker class is part of the Web engine. I don't think the names necessarily represent the traditional meanings. Page: 1   2   3   4   5   6   7   Powered by ColBERT |