简体   繁体   中英

How to deploy a HTML5 website as a mobile app?

I have a server hosting a website that is HTML5 compatible. I can access the site from my android phone via chrome just fine but i don't want the app to look as if its running within a chrome browser. I want it to look like a stand alone application.

I've taken a peak at Cordova, and PhoneGap but it just feels like what i'm trying to do should be much simpler and without need of a framework so to speak.

How can i package my website for delivery to android/ios so it runs without look like it is inside the native browser?

Thanks!

On Android there is Progressive Web Apps https://developers.google.com/web/progressive-web-apps/

Other than that you'll have to use a framework to make real apps like the one you mentioned.

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