Threaded View
-
19 Jul 2012 12:04 PM #1
Chrome in iOS (autoMaximize)
Chrome in iOS (autoMaximize)
REQUIRED INFORMATION
- sencha-touch-2.0.1.1
- Chrome 19.0.1084.60 (iOS)
The problem happens when i call the function autoMaximize within viewport in app.js file in the Chrome for iOS.
The result that was expected:
Hide Address Bar.
The result that occurs instead:
Application stopped.
Code:
Code:Ext.application({ ... viewport : { autoMaximize : true }, ... };
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote