-1
I have a webview app that is made 100% of webview, but I want to open some links outside the app, for example, the links that start with Intent, in case I want to put a button on the site that opens an app, but trying to open inside the webview and is giving error, then you have to open out of it... how to do ?
You want the link to open an application on Android device?
– ramaral
Yeah, I made a website, then I put it on the webview.. and it has a href with Intent, I want you to click this ahref with Intent open an external page and doing this it will open the app
– Lucas Moraes
See https://developer.android.com/training/app-links/index.html
– ramaral