[SOLVED]How can I access "browser" data from WebView element and pass over to QML?
-
wrote on 18 Aug 2011, 06:31 last edited by
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 -
wrote on 8 Dec 2011, 10:02 last edited by
How did you do it? Can you give an example? I'm trying to get the whole HTML sourcecode.