I explain what I think it is, first of all it is not a pdf is an html, but I think as the html link is type : file:///, when I click it looks for an application that opens (file) and that I realized because in the AndroidManifest.xml Exists
And what the webview tries to do is look for an application that opens files:///, that’s why I get drive and the other application as suggestions, what I want is to make webview not try to open the link with an external application
Inside the aia there is 2 html, what I want is that when webview displays an html, with a click inside the html go to the other html HTML.aia (10.3 KB)
Please correct me if I am getting this wrong!
Suppose I am reading a Webpage… And, there are lots of links on Webpage … When I click on a link, it opens another page… And, you’re trying to do this same thing on a HTML file…
Am I right?