-
4 Jun 2012 10:21 AM #1
viewport autoMaximize true causes problems launching from iOS home screen
viewport autoMaximize true causes problems launching from iOS home screen
I had this code to set the viewport so iPhone would hide the URL bar. Just found out that is caused the app to no longer launch after saving to home screen. I see the splash image, then appLoadingIndicator, but nothing after that.
Here is what I had
Changed it to this and all seems well.Code:viewport: { autoMaximize: Ext.os.is.iOS && Ext.browser.version.isGreaterThan(3) },
I know the API shows reasons why this is set to false but it doesn't say anything about home screen problems. I don't know if this a bug or the API needs home screen added to the reasons why not to set to true. This is Touch 2.0.1.Code:viewport: { autoMaximize: !Ext.browser.is.Standalone && Ext.os.is.iOS && Ext.browser.version.isGreaterThan(3) },
-
4 Jun 2012 1:33 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,617
- Vote Rating
- 435
We can add it, simple to do
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2966
in
a recent build.


Reply With Quote