Hi,
I created a small application that can be used to browse several websites using CustomWebView. My problem is that without a link in the code (a target = "_ BLANK" href = "http ......), the application does not open chrome, ff, etc. When I have such a link (a href =" http .. ....) the page opens inside the application. (a href = "mailto: xxxx) works fine and invokes your email client
My question is, can it somehow call an external browser (chrome, ff etc.) from HTML code?