Mobile safari vs home-screen webapp

前端 未结 4 982
我在风中等你
我在风中等你 2021-02-05 19:11

I am developing a webapp for iOS, and I\'ve noticed some weird things between running on mobile safari and running from the homescreen.

Are there any resources t

4条回答
  •  悲&欢浪女
    2021-02-05 19:59

    I don't think Apple has publicly documented the attributes of the full screen web apps in iOS, so anything you find may be anecdotal, and therefore not reliable enough to depend on in future releases.

    You may have better luck building an application which has just a UIWebView rendering your web app. The view modes for iOS applications are clearly defined and well documented, and the application can provide other features you may need in the future (such as local notifications, background execution, custom URL handlers).

提交回复
热议问题