ed.canas
30 Nov 2010, 6:58 PM
It seems that release 1.0 broke the orienation when the app is installed via phonegap. It works fine via the browser, this was previously fixed on the post below:
"Finally found the solution: use 'overflow:hidden' on html AND body in your css..."
http://www.sencha.com/forum/showthread.php?111798-Getting-Carousel-to-Redraw-on-Orientation-Change/page3&highlight=phonegap
I have the following code in my app:
Ext.EventManager.onWindowResize(this.ui.setOrientation(Ext.getOrientation(), window.innerWidth, window.innerHeight));
Any Ideas why again orientation stops working?
"Finally found the solution: use 'overflow:hidden' on html AND body in your css..."
http://www.sencha.com/forum/showthread.php?111798-Getting-Carousel-to-Redraw-on-Orientation-Change/page3&highlight=phonegap
I have the following code in my app:
Ext.EventManager.onWindowResize(this.ui.setOrientation(Ext.getOrientation(), window.innerWidth, window.innerHeight));
Any Ideas why again orientation stops working?