Reputation: 1
I have a few question using Sencha Touch as application for iPad.
thank you!
Upvotes: -1
Views: 210
Reputation: 186108
Upvotes: 1
Reputation: 2536
Initially you need to be connected to the internet. But as @Marcelo says, if you have the cache manifest file set up, the browser won't try to download the site if you are offline but use it's cache of the site. The cavet of this is that if you are using serverside scripts to get data. This can be solved by using localstorage but it can be a little tricky setting that up.
Like most things, there is a learning curve. If you have ever used Ext JS 3 (or before) you will mostly feel right at home.
Sencha Touch is great for creating web applications. For smaller, simple sites, it may be a little large of a download. You can create a custom build of Sencha Touch using the JSB file and doing a build.
Same as #1
Upvotes: 0
Reputation: 31
1/ Your client has to be connected somehow to the web server, either via internet, LAN or local.
2/ It´s difficult to answer such a question. It may be really easy for you and pretty difficult for me.
3/ It´s not a norm for anything. It´s just a very good (personnal view) library to develop web applications.
4/ You don´t need internet. But you do need a web server. Well, you can even run the app locally without web server but for very small and limited apps. For regular apps, you need at least a web server, and it makes no sence to run it local to the client. For instance, you might develop an application to be run in a small LAN, and then internet is not a must. The application would be hosted in a web server within the LAN and clients then connect to the server via this LAN, wired or wireless.
I hope this helps.
Dalton
Upvotes: 0