You found a bug! We've classified it as
SDKTOOLS-1097
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Sencha Premium Member
Hello World application built with Phonegap gives blank page
Hello,
I have generated an extjs 6 classic app following instructions giving here: http://docs.sencha.com/cmd/5.x/cordova_phonegap.html
I built the application remotely on phonegap build, which succeeded, but I am getting a blank page when I open the app.
Here is my build config:
Code:
"builds": {
"ios": {
"environment": "production",
"toolkit": "classic",
"theme": "theme-crisp-touch",
"packager": "phonegap",
"phonegap" : {
"config": {
"platform": "ios",
"remote": true,
"id": "com.something.AppId" //the right ID is entered, this is just dummy data for the internet
}
}
}
}
All the instructions have been followed, including the sencha app generate and the sencha phonegap init commands.
I have not altered any file generate by sencha cmd in any way, except the "builds" section of the app.json file, of course.
The success of this initial step is critical in determining whether we go with ExtJS 6 for our mobile application or not.
Thanks and regards,
Alexandre Vinet
-
Alexandre,
This is a known issue with the beta. The bug id is: SDKTOOLS-1097
Israel Roldán | Senior Software Engineer (Framework tools)
-
Sencha Premium Member
Thanks for letting us know.
Is there any ETA for the fix or is there a workaround available?
I understand this is Beta and we can't expect everything to work smoothly, but I have to make a small demo for a client and if I can't build it on a tablet, it's kind of a deal breaker.
I've noticed that the app.json config file points towards ext-debug by default which means the application manifest will load the ext-debug file instead of ext-all. I've successfully modified the app.json file to have the app's manifest load the ext-all instead, but it still gives me a blank page.
Thanks and regards,
Alexandre