문제

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?

도움이 되었습니까?

해결책

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

Change rel to target. Mission accomplished.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top