I have a button in my app that suppose to open my facebook page. I’m using system.openURL to open the browser app with a certain URL but if I enter my facebook page URL (http://www.facebook.com/blablabla) it opens the FB app instead of browser.
Worse, it doesn’t open the facebook page that I want.
Is this a normal behaviour? what should I use to open my facebook page from the app?
Yeah we had this problem as well. The thing that worked for us was to create a redirect page. So our Facebook button would open up the redirect first, which in turn would open up the Facebook link inside of the browser instead of the Facebook App.
Yeah we had this problem as well. The thing that worked for us was to create a redirect page. So our Facebook button would open up the redirect first, which in turn would open up the Facebook link inside of the browser instead of the Facebook App.