Vivek Padhye
Vivek Padhye

Reputation: 711

Force HTML5 app to be in landscape mode

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?

Upvotes: 0

Views: 241

Answers (1)

Sai Phani
Sai Phani

Reputation: 462

If you are using phonegap use this

<preference name="Orientation" value="landscape" />

Upvotes: 1

Related Questions