-2
I created a mobile app that is accessed via browser (a web app, a common website).
In 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 mobile browser itself.
I’ve tried window.open(url, '_system', 'Location=yes'), but it doesn’t work, I think it only works for installed apps.
Is there any solution?
Hi Paulo, is a web app, a website.
– GilCarvalhoDev
I just wanted to open a Facebook page in the Android browser itself, but when I click the button it asks if I want to open with the Facebook App or with the browser. I wanted to open directly with the browser, without asking. I wonder if?
– GilCarvalhoDev