Is it possible to transfer data from the native.newWebView in the app.

Is it possible to transfer data from the native.newWebView in the app. For example, form data or text input or POST data

When links are clicked on, you get an event back in your Corona app. If that link has HTTP GET key-value pairs, you could parse them to get data. But beyond that, there isn’t a way to pass data back and forth.

Rob

Looked at the documentation! Thanks for reply! I have one more question. How do I get the url and stop the transition event?

When links are clicked on, you get an event back in your Corona app. If that link has HTTP GET key-value pairs, you could parse them to get data. But beyond that, there isn’t a way to pass data back and forth.

Rob

Looked at the documentation! Thanks for reply! I have one more question. How do I get the url and stop the transition event?