My index.html is the one that Sencha Architect automatically generates - except I put in the 'phonegap.js' include above all other includes. This is how I have done it across 10 versions of my app using PhoneGap Build... now my development has been completely halted after upgrading to ST2.1.
Sencha guys, any help here? This has been enormously time consuming..
Our environment: ST2.0.1, Sencha Architect, PhoneGap Build ('PGB'). As per PGB's documentation, only 1 extra line is added to the index.html that Architect automatically generates:
<script src="phonegap.js"></script>
Everything works fine. 10 iterations of our app has been submitted to Android and iOS markets.
ST2.1 is released; we use Sencha Architect to automatically upgrade our app to ST2.1. Our app continues to work within a browser such as Chrome, but now PGB produces a dead (white screen) build.
We can get past the white screen if and only if we remove the phonegap.js include in index.html, which is required as per PGB's documentation. Reverting to ST2.0.1 solves the issue, even though the index.html generated by Sencha Architect is identical.
Help please - there are Google Groups convos and other threads about this same issue, it is blocking a lot of people.
Hey there, we have exactly the same problem... Worked everything well with sencha and phonegap so far, since upgrading to ST 2.1 we have just a blank screen..