英文:
Where in iPhone's Safari do you opt in to allow PWA installation from non-Safari browsers?
问题
在这里看到了:
https://firt.dev/notes/pwa-ios/
iOS 16.4 允许您在非 Safari 浏览器上安装 PWA,但您需要选择加入。我想为我的 PWA 进行测试,但无法找到加入的位置。
这里有人知道吗?
英文:
I saw here
https://firt.dev/notes/pwa-ios/
that iOS 16.4 allows you to install PWAs on non Safari browser but you have to opt in. I want to test this for my PWA, but cannot locate where to opt in.
Does anyone here know?
答案1
得分: 1
实际上,这不需要您选择加入;这是针对其他浏览器的选择加入。例如,Chrome 应用必须选择加入并获得苹果的批准。只有这样,您才能使用 Chrome 安装 PWA。其他浏览器也适用相同的情况。
我上次检查是几周前,用来测试我的 PWA,当时还没有浏览器选择加入并准备就绪。
英文:
Actually, it doesn't work with you having to opt in; it's an opt-in for the other browser. For instance, the Chrome app has to opt in and be approved by Apple. Only then will it be possible for you to use Chrome to install the PWA. The same thing applies to other browsers.
The last time I checked a few weeks ago to test my PWA, there were no browsers that had opted in and were ready so far.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论