B4J Question WebView

bogdanc

Active Member
Licensed User
Longtime User
Hi All!

I'm trying to create an app for PC.
I need to loadUrl and get some data from Url.

the data is generated by Js/jQuery dynamically.
Data is stored in array and also is dynamically presented trough html tags.


How can I get access to that data / array or html by B4J?
 

bogdanc

Active Member
Licensed User
Longtime User
Thanks Erel for replay.
I would like to load some website by loadUrl method and get some data from that.
Is it possible?
 
Upvote 0
Top