Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a running JQueryMobile App that I"m developing with PhoneGap for Android/IPhone, and it's going well. However, I'd like to use the same JQueryMobile codebase to extend the application to Facebook. When my FB app is inside of the Facebook IFRAME, it renders, but when I click my first jquerymobile "#abcdef" link, it either crashed my Chrome broswer altogether, or it navigates "back 2x" in the browser, or it pops me out to my app page, some strange behavior. Does anyone have any suggestions on getting a jquerymobile codebase to work on the web as an embedded Facebook App? Are there some settings that will allow my mobile app to work more like a web app in certain contexts? Thank You!

share|improve this question

1 Answer

up vote 0 down vote accepted

Facebook iFrame Canvas apps are quirky. The facebook parent frame will post to your iframe in addition to other things that seem very odd to me (MS web background).

Theoretically you could leave the markup the same, but not initialize jQuery Mobile for your facebook app, but that will get messy. I'd recommend a separate set of views (html pages) for your facebook canvas.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.