Anybody encountered this? Is there a way to force IOS to use mobile browser even if there is an facebook app installed? Thanks!
What URL are you using?
here it is
local function facebook() system.openURL("http://www.facebook.com/funkysquid") end local function twitter() system.openURL("http://twitter.com/@funkysquidgames") end
My testers reported it doesn’t use browser if there is an facebook app installed on IOS devices only.
Hi there,
I’ve run into the same issue. To get around it, I put a simple redirect HTML page on my server. If you link to the redirect page from within your app, it’ll open in the mobile web browser and then quickly redirect to your app’s page on facebook via the browser, not the facebook app.
Hope this helps.
- Andrew
Thanks for that fix pal! I will try this and see if this works.
What URL are you using?
here it is
local function facebook() system.openURL("http://www.facebook.com/funkysquid") end local function twitter() system.openURL("http://twitter.com/@funkysquidgames") end
My testers reported it doesn’t use browser if there is an facebook app installed on IOS devices only.
Hi there,
I’ve run into the same issue. To get around it, I put a simple redirect HTML page on my server. If you link to the redirect page from within your app, it’ll open in the mobile web browser and then quickly redirect to your app’s page on facebook via the browser, not the facebook app.
Hope this helps.
- Andrew
Thanks for that fix pal! I will try this and see if this works.
I’ve run into the same problem as well. Is there a Corona SDK fix comming up, or do the developer have to make a redirect page?
Seems a bit obscure, having to do this.
This is an Apple thing. They look at all URL’s and try to direct to known apps when possible.
I’ve run into the same problem as well. Is there a Corona SDK fix comming up, or do the developer have to make a redirect page?
Seems a bit obscure, having to do this.
This is an Apple thing. They look at all URL’s and try to direct to known apps when possible.