is possible to integrate sencha touch with a extjs project?? I am using extjs 3.2.1.
Thanks
|
is possible to integrate sencha touch with a extjs project?? I am using extjs 3.2.1. Thanks |
||||
|
|
|
Short answer: Yes Long answer: ExtJS is a javascript framework, which provides GUI elements, along with tools for manipulating the DOM and such, and is designed for writing webapps. Sencha-touch is specifically designed for mobile webapps. So, while it may be possible to integrate the two, I am not sure why you would want to. Taking a quick look at the Sencha Touch documentation, it should provide all the tools you need. So yes, you can integrate the two, but I don't know why you would want to. |
|||||
|
|
Yes you can very easily. However - what you will end up with is a desktop app which looks like it should be running on a mobile device. You also have to trade off specific features which are best suited for desktop (like grids and paging). Plus - if you develop a desktop app using Sencha Touch - it won't for for all browsers. Specifically it will run best only in Chrome, Firefox and Safari. |
||||
|
|