SNOOPP
Posts: 0
Joined: Tue Feb 25, 2014 2:57 pm

How set screen orientation to landscape with javascript?

I simply want to change orientation from portrait to landscape when some pages are loaded. What javascript i should write to do this?

Spend a lot of time already while searching and still can't find anything. I know how to get current orientation, but have no idea how to set.

SNOOPP
Posts: 0
Joined: Tue Feb 25, 2014 2:57 pm

How set screen orientation to landscape with javascript?

navigator.screenOrientation.set('landscape'); doesn't work

Zahhar Kirillov
Posts: 0
Joined: Thu Jul 25, 2013 9:41 am

How set screen orientation to landscape with javascript?

Hi!
Same problem here. Seems old approach does not work anymore. Used to do it this way:

$(window).bind('orientationchange', function(e) {
/* do something */
});

How to detect orientation change using Appery now?

Zahhar Kirillov
Posts: 0
Joined: Thu Jul 25, 2013 9:41 am

How set screen orientation to landscape with javascript?

Thanks, Katya. I already found it and did like it was advised there, but with no luck at all.

Testing my app on iPhone5/iOS7 and LG G2/Android 4.2.2 in browser mode and through Appery Tester app, but can't make an app respond to device rotation.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How set screen orientation to landscape with javascript?

Zahhar,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How set screen orientation to landscape with javascript?

Let us know when your app is shared please. What is the app name?

Zahhar Kirillov
Posts: 0
Joined: Thu Jul 25, 2013 9:41 am

How set screen orientation to landscape with javascript?

App is shared. It named "Lux". Please have a look.

SNOOPP
Posts: 0
Joined: Tue Feb 25, 2014 2:57 pm

How set screen orientation to landscape with javascript?

have you seen our project?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How set screen orientation to landscape with javascript?

Sorry, not yet. I'll update.

Return to “Issues”