-
2 Jun 2011 1:46 PM #1
Ipad Debug Console and carousel
Ipad Debug Console and carousel
I would love to be able to see the debug console on the ipad but because I've set my Panel to fullscreen:true that doesn't seem to be possible. Does anyone know a solution?
Code:var wrapper = new Ext.Panel({ fullscreen: true, layout: { type: 'vbox', align: 'stretch' }, items: [carousel], dockedItems: [header] });
-
2 Jun 2011 3:41 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,666
- Vote Rating
- 435
Why can't you?
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.
-
2 Jun 2011 3:54 PM #3
When the sencha app loads it hides its. I don't know how exactly it does this under the hood but it has to do with setting the fullscreen property to true. Searching the forum it appears to be a known "issue" (not really an issue but a bi-product of the settings)
If I could render the panel without going fullscreen that would let me see the debug console but I'm getting errors taking fullscreen out while still having the layout object in there.
-
2 Jun 2011 4:08 PM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,666
- Vote Rating
- 435
I have personally not seen this but I develop in Chrome so when I deploy I usually don't have to bother with the dev tools.
After a quick Google search:
http://alexkessinger.net/2010/08/13/...using-node-js/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.
-
2 Jun 2011 5:23 PM #5
Thanks for the link. That could help with logging but I also want to be able to get the error information on the page. I am testing locally in safari but am seeing differences on the ipad given the nature of the web app.
-
3 Jun 2011 4:07 PM #6
[]SOLVED] Ipad Debug Console and carousel
[]SOLVED] Ipad Debug Console and carousel
In Safari on the Ipad, if you tap the very top of the address bar it take you to the top of the page. In this case this means you'll see the developer console... pretty simple stuff just wasn't aware that's how it worked.


Reply With Quote