B4A Question Run local javasxcript file with html button - TILogistic (first post)    Mar 24, 2024 ? https://www.b4x.com/android/forum/threads/b4x-webview-ckeditor-rich-text-editor.133260/#content https://www.b4x.com/android/forum/threads/wait-for-javascript-to-complete.134258/#post-849527 https://www.b4x.com/android/forum/threads/webview-get-a-bitmap-with-javascript.145603/#post-923026 etc. Search https://www.b4x.com/android/forum/pages/results/?query=run+javascripts&author=tilogistic... B4A Question Wait for Javascript to complete - TILogistic (first post)    Sep 14, 2021   (5 reactions) , "para3")
For Each Parameter As String In Parameters
Dim Javascript As String = $"document.getElementById('${Parameter}').value"$
Wait For (RunJavaScript(Javascript)) Complete(Html As String)
Log($"${Html} - ${Parameter}"$)
Next... B4J Question jGoogleMaps - Drag/Drop Marker Events - TILogistic (first post)    Jul 15, 2023 ("com.lynden.gmapsfx.javascript.event.UIEventHandler", "MouseMove", Null)
jo.GetFieldJO("map").RunMethod("addUIEventHandler", Array("mousemove", event))
Dim event As Object = jo.CreateEventFromUI("com.lynden.gmapsfx.javascript.event.UIEventHandler", "MouseUp", Null)
jo.GetFieldJO("map").RunMethod... B4A Question webview - get a bitmap with javascript - TILogistic (first post)    Jan 20, 2023 RunJavaScript (js As String) As ResumableSub
#if B4A
WebViewExtras1.executeJavascript(WebView1.../forum/threads/click-checkbox-in-webview-and-submit-using-javascript.141650/#post-897876
https://www... B4J Question Jetty Server - Javascript Obfuscator - Would you trust this? - TILogistic (first post)    Aug 15, 2024 ? https://obfuscator.io/ Source: https://github.com/javascript-obfuscator/javascript-obfuscator... B4A Question Best way to minimize HTML + Javascript - TILogistic (first post)    Apr 22, 2024   (1 reaction) I saw your post and I find it interesting. and work on it. But if it is for webview or web server I have used some compressors and obfuscators in javascripts that perform this task. If you continue with this idea, count on us. If you see Banano he also does it. https://www.b4x.com/android/forum/threads/banano-bananopostprocessor.104812/#content Greetings.... B4J Question [ Webview ] Is there any way to execute direct javascript functions in the b4j webview? - TILogistic (first post)    Sep 19, 2023   (1 reaction) https://www.b4x.com/android/forum/threads/interact-with-html-elements-from-b4j-app.136957/#post-866548... B4J Question [Web] Scanning JavaScript Files for JQuery? - TILogistic (first post)    Jul 21, 2023
jquery "actions" are triggered by:
$.
jQuery.
$().
those periods (".") indicate properties, attributes or methods belonging to the jquery object.
with some exceptions, if you gre... B4A Question Help to find and inject some javascript code to set option to a stream player - TILogistic (first post)    Nov 9, 2022 You don't have to inject anything, you just have to run the functions of the video manipulation framework ExecuteJavaScript player.destroy(); player.mute(); player.play(); player.unmute(); ... B4J Question Click checkbox in webview and submit using javascript - TILogistic (first post)    Jul 8, 2022   (2 reactions)
RunJavaScript($"document.getElementsByClassName('check').checked = true;"$)
End Sub
Private Sub Button2_Click
RunJavaScript($"document.getElementsByClassName('check'... Page: 1   2   3   4   5   6   7   |