openURL suspend application

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? 

Are you working with iOS or Android?

What version of Corona SDK are you using?

Apps should not exit unless you explicitly tell them to.

Rob

Are you working with iOS or Android?

What version of Corona SDK are you using?

Apps should not exit unless you explicitly tell them to.

Rob