How to install jquery mobile application in mobile? Is there a way in which we can create any .apk file /executable file /jar file/ some thing as like we do in android just install .apk file to make application running ?
(note: not as we run by keeping it in server and run in webview ; it should open on icon double click and itself open in webview /browser )
You can use phonegap. It allows you to run your jQuery mobile websites. But when you create apps using phonegap, it is recommended that you use templates and only request the data from the server. i.e., the presentation must be packed with the app. If you need to update the presentation, you need to update the app. Otherwise, some app stores might reject your app.