My client wants his mobile app (not a native iPhone/Android app) to be portrait only. Can this be forced by HTML/JavaScript?
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
closed as off topic by Roger Attrill, Marielle, DA01, Jitendra Vyas, Todd Sieling Sep 9 '11 at 6:46
Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
For iPhone, at least, this question has already been answered on StackOverflow: How do I lock the orientation to portrait mode in a iPhone Web Application?. The short answer is no, but that you can supply different CSS styles for each orientation, so that you can make it functional for both cases. I'd be interested if there are any differences for Android/WP7/BB, if anyone knows, though. |
|||
|
|