Hello,
Is there a way to call system.openURL without exiting the app? I’d like to suspend it instead and not have to deal with a webView.
Or, if I’m forced to go webView to avoid exiting the app, is there an easy way to “return” to the app itself by dismissing the webview? I know that the webview appears above any Corona display objects, so if I can’t really manipulate the html sourcecode and detect for a link there, what are my options?