I am creating a web application using jQuery Mobile and I want to convert it to a native-like application.
I know that there is some tools like PhoneGap that can create native application from html and js files. but my app can't be on user's phone. It has some server-side process and the result is generated by server. I mean, users also can open application with their web browser (on phone, tablet, PC, etc.)
Is there any way to convert my app to a native app using PhoneGap? Or using other tool?
Another problem is, there is lots of javascript files, which should be loaded from client for better speed. (downloading lots of javascript files each time user opens the app is not a good idea!)
What is your idea here? How can I load javascripts locally while application is server side? Some caching arguments? or ...? How?
js
andcss
files, instead of downloading them every time. – Mahdi Ghiasi