iOS/iPadOS safari push api support

后端 未结 3 1911
终归单人心
终归单人心 2020-12-08 19:17

Does the iOS/iPadOS version of safari support push api standard with service worker?

3条回答
  •  再見小時候
    2020-12-08 19:45

    iOS 12, 13, and now iOS/iPadOS 14 still doesn't support these features:

    • Web Push Notification
    • Background Sync
    • Page Lifecycle
    • Service Workers on WebViews
    • Universal Links / Link Capturing

    So many requests from the community for these features but Apple don't want to hear it. Maybe they think these features have a bigger chance to be unnecessary exploited(spam, etc). And also maybe they want to force developers to create the native application rather than the progressive web application.

提交回复
热议问题