I make a small webvie application in android studio. I want add donate page with lightning address. `
<a href="lightning:sewerman@lnbc.cz">Donate</a>
In the chrome browser it is work properly, but in the webview application i get an error
net::ERR_UNKNOWN_URL_SCHEME.
` How can i solve this proble?
It is my first appliction.