Today, I converted an Email web version written with sencha touch into an Android mobile phone version.
Several problems were found.
One Eclipse plug-in is MDS.
MDS applaud 1.2-https://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download
1. Although the plug-in provides integrated options for sencha and phonegap, it still cannot run after the project is created. The reason is that the android/XML directory file of phonegap is not automatically copied to the res directory of Android.
2. androidmanifest. XML does not automatically add the configuration required by the related phonegap. For example, you must manually add a network. For specific configuration information, go to the phonegap official website.
3. The script file dependency of sencha touch 2.0 must be displayed as a local link. Ext. loader does not work normally. For example, a model is specified in the Controller of MVC, which can be automatically downloaded when the browser is running. But not in Android.
4. the startup and control response speed of sencha touch 2.0 is a little slow in Android 4.0, such as List View. I don't know if it is because of running the simulator.
5. If your project uses Ajax and integrates phonegap, you do not have to worry about cross-origin issues.