[SOLVED]How can I access "browser" data from WebView element and pass over to QML?
-
Hi,
I have stumbled across an issue recently:
I use WevView QML Element to access certain website.
THe site loads great and I can interact with it.But how can I grab some of the site's data and pass it over to other QML Elements? is there a way to "read" the web data?
UPDATE:
I need to read the manual carefully (but I wish they had more examples) - I solved my issue via javascriptEvaluate