-
17 Nov 2012 8:43 AM #1
White SCREEN OF DEATH on launch with ST 2.1
White SCREEN OF DEATH on launch with ST 2.1
Using latest architect:
- create a new 2.1 architect project, add a container and a button in that container.
- publish
- run on iPhone, see a button, nice.
- save to home screen
- run, white screen, not so nice.
NOW
- create a new 2.0 architect project, same as before.
- run on iPhone, see a button, nice
- save to home screen
- run, see a button, nice.
I'm using safari on a mac tethered to my iPhone to inspect what's going on. nothing is shown in the console. I added a alert('hello') to the launch function. Again, run on iPhone launched from home screen. Alert is shown then nothing... just a white screen. no errors, no missing references, nothing.
Thoughts?
-
19 Nov 2012 11:02 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
This seems to be due to the Ext.device classes being included in the all build of ST. We already have a bug reported for this.
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.
-
19 Nov 2012 11:04 AM #3
Aware of it..
Aware of it..
Aware of it, but I have yet to see any official feedback which recognizes the incompatibility between sencha-touch-all.js and PhoneGap library include.
Is there a plan to give official feedback in the thread you mention?
-
27 Nov 2012 9:59 AM #4
is there any news?
I've got the same bug on my iPad 1 gen.
-
28 Nov 2012 8:13 PM #5
I have the same problem.
When I add the form example to home screen, i see nothing but white screen.
Will this fix in next release? I can not test with a home screen app now.
-
28 Nov 2012 10:07 PM #6
it can be solved
it can be solved
I have the same problem.
When I add the form example to home screen, i see nothing but white screen.
then add Requires fields section, it's fine.
-
29 Nov 2012 2:44 AM #7
i have this code - requires field is here, but white screen
Code:Ext.application({ name: 'Slides', isIconPrecomposed: false, requires: ['Ext.form.Panel','Ext.Carousel'], launch: function(){..
-
29 Nov 2012 6:08 AM #8
at first, sorry for my eng and js knowledge.
i solve this problem by adding lib\src to my project
Why it doesn't work from springboard without this folder, but in the same time greats work from browser???
-
3 Dec 2012 7:14 AM #9
HELP!
HELP!
Sencha crew.... I need a resolve, quick-fix, whatever ASAP. Current users in our production environment are hitting this issue. It's not an option to tell them to delete their springboard icon and run from the browser bookmark as the app was designed for full screen use.
Help! Thanks,
JB
-
10 Dec 2012 6:16 PM #10
I have the same problem,is there any solutions?
I Used the Sencha Touch 2.1.0 Framework,when add to the IPAD home screen,then white screen,but it work well in the Ipad safari,I Don't konw how to do.
my codes
Code:Ext.application({ name: 'PLM', appFolder: '/View/Reports/SenchaTouch/app', isIconPrecomposed: false, startupImage: { '320x460': '/View/Reports/SenchaTouch/resources/startup/Default.jpg', // Non-retina iPhone, iPod touch, and all Android devices '640x920': '/View/Reports/SenchaTouch/resources/startup/640x920.png', // Retina iPhone and iPod touch '640x1096': '/View/Reports/SenchaTouch/resources/startup/640x1096.png', // iPhone 5 and iPod touch (fifth generation) '768x1004': '/View/Reports/SenchaTouch/resources/startup/768x1004.png', // Non-retina iPad (first and second generation) in portrait orientation '748x1024': '/View/Reports/SenchaTouch/resources/startup/748x1024.png', // Non-retina iPad (first and second generation) in landscape orientation '1536x2008': '/View/Reports/SenchaTouch/resources/startup/1536x2008.png', // : Retina iPad (third generation) in portrait orientation '1496x2048': '/View/Reports/SenchaTouch/resources/startup/1496x2048.png' // : Retina iPad (third generation) in landscape orientation }, icon: { 57: '/View/Reports/SenchaTouch/resources/images/logo.png', 72: '/View/Reports/SenchaTouch/resources/images/logo.png', 114: '/View/Reports/SenchaTouch/resources/images/logo.png', 144: '/View/Reports/SenchaTouch/resources/images/logo.png' }, views: ['MainView', 'condition', 'Product','ProductDetail'], controllers: ['Main'], models: ['condition'], stores: ['Brand', 'Series', 'Season', 'BoDuan', 'Designer', 'Category', 'Product'], launch: function () { Ext.Viewport.add(Ext.create('MainView')); } });
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3840
in
a recent build.


Reply With Quote