Question

I'm building a mobile web app that allow user to login through Facebook using openauth. There are no pop-up but Facebook will force you to go their page and redirect you back to the uri that you stated. Therefore, there are no ajax loading of the facebook mobile login page. That's why i put rel="external" at the anchor.

When I'm in the full screen mode, clicking on those links will automatically brings me to Safari. Thus leaving the full screen mode.

May I know is there anyway around this? or are there other method of logging into FB without redirecting?

Was it helpful?

Solution

<a target="_webapp" href='http://www.cnn.com">Cnn</a>

Change rel to target. Mission accomplished.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top