Is it possible for a Sencha application to be bundled using something such as PhoneGap, and be able to download Sencha JS code and then run that code?
For example, let's say I have the Sencha framework code and part of the apps code on the phone, in an app which has been packaged with PhoneGap. From this part, the user can choose from a list of different options of different types of the same basic site. When they click on one, the app would download the code from a standard address. (something.com/sencha/SenchaStructureHere) The app would then run this code.
Now, every different site would be pretty much the same thing, just having some slight modifications. So the code on the phone would be able to download the app from the website, and just be able to add a main view and it would be okay since all the external apps are structured in the same way.