Hello,
I have a hard about my project.
Only I get display in webview html file (not include javascript, css).
In my Webview(Html code), the data input and a button include.
When I click button, It does not work.So plese help and guide me.
(The html, css and jacvascript file within same folder are worked in server)
This is a cross platform example that adds CKEditor rich text editor using WebView: https://ckeditor.com/ckeditor-5/ Make sure to read CKEditor licensing and pricing: https://ckeditor.com/pricing/ (related discussion...
Dear All; if I run the script I get the last value for para3, is there a way to show each value in turn, like to wait for each script before starting the next one. Dim Javascript As String Javascript = $"B4A.CallSub('ProcessHTML', true, document.getElementById('para1').value,'para1')"$...
I want to extract the image in a bitmap using a webview and javascript commands. The code on the web page looks like that: test The image is dynamically changed. If I try: Dim js As String js = $"B4A.CallSub('pic_cb', true, document.getElementById('mpcanvas0'));"$...