I have a problem with opening a URL in my Ionic application. I want to open a link in the browser but fail to do that. In my view I have the URL. When the user will click the link I expect the browser to launch and open it. It don’t have to be the system browser. The link can open in my app since the only thing it will do is download a pdf file.
Thx, I will check this out! So the only way to open an external URL is by installing this plugin? Isn’t there a build in way for Ionic? Like in native? Just curious about this
Yeah, it works However InAppBrowser open my link in system browser (a diffrent browser than the one which wrap my app) and this mean that I cant access the site because of luck of authentication. How can I open the URL in my wrapper (Ionic)?