Unanswered: BB Emulator doesnt display the entire application
Unanswered: BB Emulator doesnt display the entire application
I have created a sencha test application using a chrome and deployed it to my local web server; it's working fine. I now want to test the functionality on iOS/Android/BlackBerry emulators which is wrapped within phonegap. I used the sencha build command
PHP Code:
sencha app build production
and this created a recompiled version of my application. I then opened xcode and created a cordova-based application and copied my recompiled code into the www folder. This works beautifully on iOS emulator. I did the same with Android using eclipse and again, it's working 100%. My problem is with BlackBerry. I set up the environment for BlackBerry as described in http://phonegap.com/start#blackberry and the emulator is up and running. However, when i copy my recompiled project to the www directory, it does not display the entire application, instead, it displays the following:
Clearly, my app is loading; in fact, because i'm using sencha touch, i can actually manipulate the screen by clicking-and-dragging it around, so i know that the sencha framework is being loaded. I have tried including the sencha/resource/css/bb6.css file in the compiled version of the code but that still has not resolved the issue. I know that bb is a little picky in terms of references and file names, but i did not get any errors when i build the application. Google doesnt seem to have any helpful solutions...
As mentioned before, it works 100% with iOS and Android 4.0.3, any ideas or suggestions would be helpful.
good day, i had the same error display. I compiled a simple tab panel with phonegap and ripple with the same result. Last, i compiled too the form sample with no differents. any idea?