简体   繁体   中英

Convert web app into mobile app

I have a web application which I built using jQuery mobile it's actually suppose to be a mobile application but it all in HTML, CSS, PHP and javascript. It works good in a browser and I can load it up from my wamp server but it originally suppose to be a phone app how can I turn that into a phone app? I have tried sencha, and my xdk does not even loaded. I dont want to end up in re-coding the entire app. I want to use my existing .html file and .css and and .js and I understand that there are some basic event handlers that will be different from event handler on a web browser. Any help is appreaciated. Thanks

Have you looked at PhoneGap ? You'll still end up having to re-write some of your code to fit in with the framework, but it will run natively.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM