-
12 Jan 2013 7:54 AM #1
2.2.alpha debug-all Missing Method causes launch failure
2.2.alpha debug-all Missing Method causes launch failure
sencha-touch-all-debug.js is missing method Ext.filterPlatform() at line 5594 causing application launch to fail.Although filterPlatform() is located in development.js and it can be included prior to loading sencha-touch-all-debug.js I doubt this was original intent. FYI - development.js will make round trip for app.json.Alternatively, references to filterPlatform() can be commented out to "get by" but effects are unknown.
-
12 Jan 2013 9:42 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 435
Thanks for the report! I have opened a bug in our bug tracker.
-
22 Jan 2013 10:11 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
We're in the process of cleaning this up. It is in all the microloaders now and we may put it into the base class as well as a fallback for those not using the microloader.
-
23 Jan 2013 2:48 AM #4
Any idea when we will have a new alpha with this fix ? I'd like to try the build but I can't use it right now...

-
8 Feb 2013 3:37 PM #5
Has this been released as part of the nightly builds?
Olivier - interfaSys
Developing custom solutions for BlackBerry 10 using Sencha Touch.
-
13 Feb 2013 11:43 AM #6
I've the same issue, I built the testing version and production version.
when i use the url (http://localhost:88/apm/build/apm/production/), nothing works.. just blank...
log shows this error "Uncaught TypeError: Object #<Object> has no method 'filterPlatform' "
please let me know.. how to proceed now.. i feel i stuck here
-
13 Feb 2013 3:02 PM #7
The temp fix is to edit touch/src/core/class/Class.js
In ExtClass.registerPreprocessor, comment out
Code:if (Ext.filterPlatform(platform)) { Ext.merge(config, platformConfig); }Olivier - interfaSys
Developing custom solutions for BlackBerry 10 using Sencha Touch.
-
14 Feb 2013 9:57 AM #8
Thanks
Thanks
It worked for Testing build
-Pavan
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3900
in
Sprint 29.


Reply With Quote