B4J Question BJ4 WebView - any chance to read the page source?

LudwigRS

Member
Licensed User
Longtime User
I wrote in B4A an application with the webview control. There i have to read and parse the page source after each link for hidden commands. This works in B4A with the WebViewExtras lib fine, but does not work in B4J.

Any ideas or workarounds to get the HTML source of the page after each WebView1_PageFinished event?

@Erel:
Please add to the wishlist for B4A and B4J a new, easier method to get the source of the webpage after each page change, for example:
Dim strX = WebView1.source
Or extend the PageFinished event with 2 params (URL,PageSource)
This will make my (and some other user's) life easier.
Thank you.
 

LudwigRS

Member
Licensed User
Longtime User
Hmmm... For the first call from my app is this ok.
But how can i do it, when the user hits a link within the first and following shown pages?
 
Upvote 0
Top