Open URL Waze (maps) using Android webviewer

Asked

Viewed 77 times

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.

1 answer

0

Error of scheme represents an error with the URL prefix, with what comes before the address itself, as http: https: ftp: sftp, etc..

Check the address you are passing. I’m not sure which pattern to use, but the url looks strange.

  • this format that the Waze api informs, in the browser works normally, in webview not

Browser other questions tagged

You are not signed in. Login or sign up in order to post.