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.-for-javascript-to-complete.134258/#post-849527 https://www.b4x.-get-a-bitmap-with-javascript.145603/#post-923026 etc. Search https://www.b4x./?query=run+javascripts&author=tilogistic B4J Tutorial Run applications JAVA11 without using B4JPackager11 - TILogistic Jun 01, 2020 (6 reactions) Follow these easy steps:
Create a file called Java11.bat and copy it to the c:\ directory
You can run in two ways:
way 1.
way 2.
95025 95026 95027
9502895029
For the next time you want to run with java 11, it will be in the list to select and run:
95030
regards, B4A Question Wait for Javascript to complete - TILogistic (first post) Sep 14, 2021 (5 reactions) tip see:
Dim Javascript As String
Javascript = $"document.getElementById('para1').value"$
Wait For (RunJavaScript(Javascript)) Complete(Html As String)
Log(Html)
https://www.b4x.com/android/forum/threads/b4x-webview-ckeditor-rich-text-editor.133260/#content
119133
It also shows ho B4J Question Interact with HTML elements from B4j app? - TILogistic (first post) Dec 19, 2021 (4 reactions) seeing can be of help https://www.b4x.-for-javascript-to-complete.134258/#post-849527 B4X Private Sub RunJavaScript (js As String) As ResumableSub #if B4A WebViewExtras1.executeJavascript(WebView1, $"B4A.CallSub('Process_HTML', true, ${js})"$) Wait For Process_Html(html As String) Re B4A Question webview - get a bitmap with javascript - TILogistic (first post) Jan 21, 2023 To get or set the desired element, you can use this B4X routine.
https://www.b4x.-with-html-elements-from-b4j-app.136957/#post-866558
https://www.b4x.-checkbox-in-webview-and-submit-using-javascript.141650/#post-897876
https://www.b4x.-for-javascript-to-complete.134258/#post-849527
Private Sub RunJa B4A Question Help to find and inject some javascript code to set option to a stream player - TILogistic (first post) Nov 10, 2022 You don't have to inject anything, you just have to run the functions of the video manipulation framework ExecuteJavaScript B4A Question How to call Wait For correctly with WebViewExtras - TILogistic (first post) Oct 03, 2022 (1 reaction) ? B4X Private Sub RunJavaScript (js As String) As ResumableSub #if B4A WebViewExtras1.executeJavascript(WebView1, $"B4A.CallSub('Process_HTML', true, ${js})"$) Wait For Process_Html(html As String) Return html #Else If B4J Return WebView1.As(JavaObject).RunMethodJO("getEngine B4J Question Is exposure of source code a weak point in web socket or jServer web apps? - TILogistic (first post) Dec 02, 2021 I am not referring to the protection of the communication protocol between client and server, it is to the protection of the code that runs on the client.
If you expose your javascripts to the client, you are more likely to know your processing logic and be attacked by XSS. 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.-with-html-elements-from-b4j-app.136957/#post-866548 B4A Question capture video screenshot in webview - TILogistic (first post) Jan 01, 2022 (1 reaction) I just did a few updates. the javascripts subroutine is the one that performs the task of capturing the video frame to canvas (png or jpg). If you want to improve or add other options to the video, see this: https://www.w3schools.com/jsref/dom_obj_video.asp and https://www.w3schools.com/html/html Page: 1 2 3 4 5 Powered by ColBERT |