Unanswered: discrepancy debugging touch apps in firefox vs chrome?
Unanswered: discrepancy debugging touch apps in firefox vs chrome?
I know that webkit browsers are the way to go when debugging touch apps.
The Kitchen sink tells me that I should only run it in a webkit browser.
Generally I use Chrome for my debugging, but I've found that the developer tools don't give me a whole lot of information out of the box. When I add any Ext object to my watches it gets labeled "Ext.apply.create.Class" and digging through that massive stack of properties on every ext object is not intuitive to me. I'm having trouble even finding out what types my objects are - Ext.getDisplayName(object) - but I have to re-do it every time.