I’m using native.newWebView() in my app to open a web page and when I try to open an URL that makes a phone call, only on Android, it gives me a protocol error. But if I try to open the special URL with openURL() it works all fine. So how could I fix this without getting any error?
Thanks a lot,
Andrea