Hello
I found in stackOverflow the following JS code ( I don't know if it works!!!!)
My goal is to show only the text of a webpage in the webview
I am using webviewextras2
how can I implement this in javascript?
Can you help?
I found in stackOverflow the following JS code ( I don't know if it works!!!!)
B4X:
<script>
$(document).ready(function(){
// This give return only texts inside the body tags
console.log($("body").text());
})
</script>
My goal is to show only the text of a webpage in the webview
I am using webviewextras2
how can I implement this in javascript?
B4X:
WebView1.ExecuteJavascript(" ?????")
Can you help?