mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
temp rollback to fix the iPad freaking out onOrientationChange event
This commit is contained in:
parent
93a4bc2fd3
commit
62689b007c
@ -26,9 +26,9 @@ function doClientAndOrientationStuff() {
|
|||||||
var ww = 0; //get proper width
|
var ww = 0; //get proper width
|
||||||
if (window.screen.availWidth) {
|
if (window.screen.availWidth) {
|
||||||
ww = window.screen.availWidth;
|
ww = window.screen.availWidth;
|
||||||
if( /iPhone|iPad|iPod/i.test(navigator.userAgent) ) {
|
// if( /iPhone|iPad|iPod/i.test(navigator.userAgent) ) {
|
||||||
ww = window.innerWidth;
|
// ww = window.innerWidth;
|
||||||
}
|
// }
|
||||||
} else if($(window).width()) {
|
} else if($(window).width()) {
|
||||||
ww = $(window).width();
|
ww = $(window).width();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user