I created a mobile app that is accessed via the browser (a Web app, a regular site).
On it I have a button that opens via window.open () a page on Facebook, but when I click the button, it calls the Facebook application. I need the page to open in the phone's own browser.
I have already tried it as window.open (url, '_system', 'location = yes'), but it does not work,
Is there a solution?