gpt4 book ai didi

google-chrome - 防止桌面上的 PWA 安装提示 chrome 76?

转载 作者:行者123 更新时间:2023-12-04 11:12:42 24 4
gpt4 key购买 nike

如果满足 PWA 标准,Chrome 76 在多功能框中引入了一个按钮来“安装应用程序”。

有没有办法防止此按钮出现在 chrome 桌面的多功能框中?

最佳答案

假设您想阻止默认设置以显示自定义安装横幅 Read here .

然而,这个脚本会完全阻止安装横幅!

  window.addEventListener('beforeinstallprompt', (e) => {
// Prevent Chrome 67 and earlier from automatically showing the prompt
e.preventDefault();
});

关于google-chrome - 防止桌面上的 PWA 安装提示 chrome 76?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57556321/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com