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 website that is designed in flash using swfobject, so i have a div named "flashcontent" that wraps around my site.

When javascript is enabled, the flash website is shown, i also have an alternative for when javascript is disabled or not available, in that case i see a html site, now my question is:

how can i detect when a user is using a mobile, so it uses the html site and a seperate mobile.css for use with the mobile version?

share|improve this question

1 Answer

up vote 0 down vote accepted

If you are using PHP this might help http://detectmobilebrowsers.mobi/

If you are using Javascript try this: http://www.hand-interactive.com/resources/detect-mobile-javascript.htm

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.