0

I am creating a simple HTML5/CSS3/Javascript app which will work on all 3 platforms android/ios/windows-phone. But I want it to be in landscape mode only even if the mobile is held upright. Anyway I can achieve it?

Vivek Padhye
  • 731
  • 3
  • 13
  • 26
  • This may help: http://stackoverflow.com/questions/4806938/is-there-a-way-to-force-horizontal-landscape-layout-on-mobile-devices/4807047#4807047 – Feign Apr 10 '15 at 16:22

1 Answers1

1

If you are using phonegap use this

<preference name="Orientation" value="landscape" />
Sai Phani
  • 462
  • 3
  • 6