Search code examples
facebookmobile-websitefacebook-appsresponsive-design

Facebook mobile App responsive


I have an existing facebook app (tab and canvas) and I want to make it accessible via mobile devices.

Do I have to create a "real" mobile web app eg with jquery mobile, or can I turn the app into an responsive app?

In fact, I've already tried using css3 media queries and it works fine on my mobile Safari, but not in the native Facebook App for iPhone.

So my question is: Is it possible to use media queries for my own app in the native Facebook mobile App?

Thanks


Solution

  • of course you can design/implement every fb-app in a responsive way. you don't need to have jquery mobile.

    have you tried max-width or max-device-width within your media queries? please also have a look at our latest blog post to the topic: how to link to your tab app for mobile usage.