Can phonegap just display my mobile website in an embedded browser?

前端 未结 4 882
夕颜
夕颜 2021-01-31 04:58

I have a website built in django, its responsive so works from 320px to 960px.

I\'ve noticed when i tell people the first thing they do is go to their native app-stores

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 05:08

    This depends: Apple won't let you upload an app where the UI has to be loaded from a remote server.

    So for the app store you need to have some presentation logic on the client.

    In general: If you don't use a local html file you won't be able to use phonegap functionality (like the camera), but your "app" should run fine if you whitelist your server. But this app won`t be a first class citizen because you always have to online and you will feel a slow connection in the responsiveness of your "app".

提交回复
热议问题