I know iphone(web app) doesnt support landscape mode for splash screen in web app.But ı have to force splash screen to landscape mode because when app is opened landscape mode splash screen is shown badly.how can ı do it?
Asked
Active
Viewed 201 times
0
-
2use a rotated image for splash. – grigno Jan 09 '13 at 11:04
-
Check my [answer](http://stackoverflow.com/questions/14212431/displaying-next-view-after-splashscreen/14212743#14212743) may be helpful in your case :) – iPatel Jan 09 '13 at 11:16
-
sorry this problem is for web app not native iphone app. – alpersenyurt Jan 09 '13 at 11:18
-
but try it... 90% may be solve your problem – iPatel Jan 09 '13 at 11:23
-
You cannot force a web app to open in Landscape mode on an iOS device. You may however design your splash image in "landscape form" meaning that your verbiage and everything is turned if the user holds the phone upright - so hopefully they would turn their screen accordingly by the time the web app loads. – adamdehaven Jan 09 '13 at 14:40