Ramesh
Ramesh

Reputation: 13266

What strategy to use for a Sencha App build process which uses Cordova/Phonegap and supports multi platform?

I am developing a Sencha Touch mobile application targeting iOS and Android. It uses Cordova & its plugins.

I really liked the Sencha command line tool for building my application, it bundles all the required JS files into one single JS and also brings down the size of the application considerably. But the problem I am running into is that cordova JS file is platform specific and has to include inside the HTML based on the platform?

So, I Looked at various options of creating a Symbolic link or using Sencha app as a submodule which I understand & works well with raw sencha files. I am not sure how to get it work with the files generated by the Sencha build command.

So, any help in using files generated by Sencha build command along with Cordova / Phonegap and its plugins for each platform would be of great help.

Upvotes: 0

Views: 355

Answers (1)

ThinkFloyd
ThinkFloyd

Reputation: 5021

Check out Brice Mason's Sencha-cordova-builder and tutorial videos of sencha touch build for iOS & Android

Upvotes: 1

Related Questions