0
I’m having a hard time opening a Waze URL.
I am currently creating an HTML+PHP page and I use the Android webviewer to display the page, I need to put a link to call Waze.
If I use a simple url:
<a href="waze://?q=rua%20don%20vilares,%2085" >waze</a>
it returns me an error in webviewer:
net::err_unknown_url_scheme
someone knows how I can fix this.
this format that the Waze api informs, in the browser works normally, in webview not
– William Monteiro