tufanv Expert Licensed User Longtime User Mar 9, 2016 #1 Hello in b4a we can get the code via webviewextras . https://www.b4x.com/android/forum/t...-webview-and-webviewextras.34418/#post-202076 is there any way for this in b4i as we dont have the webview extras ? ty
Hello in b4a we can get the code via webviewextras . https://www.b4x.com/android/forum/t...-webview-and-webviewextras.34418/#post-202076 is there any way for this in b4i as we dont have the webview extras ? ty
somed3v3loper Well-Known Member Licensed User Longtime User Mar 9, 2016 #2 This thread may help https://www.b4x.com/android/forum/threads/webview-extra.48304/ Upvote 0
tufanv Expert Licensed User Longtime User Mar 10, 2016 #3 B4X: Dim Javascript As String Javascript="B4A.CallSub('Process_HTML', true, document.documentElement.outerHTML)" I use this in b4a . So with Erel's java inject code in the above topic can help me achieve the same ? Upvote 0
B4X: Dim Javascript As String Javascript="B4A.CallSub('Process_HTML', true, document.documentElement.outerHTML)" I use this in b4a . So with Erel's java inject code in the above topic can help me achieve the same ?
tufanv Expert Licensed User Longtime User Mar 10, 2016 #4 I will answer my own question. yes it works. : B4X: no.RunMethod("stringByEvaluatingJavaScriptFromString:", Array("document.documentElement.outerHTML")) Upvote 0
I will answer my own question. yes it works. : B4X: no.RunMethod("stringByEvaluatingJavaScriptFromString:", Array("document.documentElement.outerHTML"))