gpt4 book ai didi

html - 当用户单击 “add to home screen” 时,我可以向我的 iPhone 目标 Web 应用程序添加其他内容吗?

转载 作者:行者123 更新时间:2023-11-29 13:49:52 25 4
gpt4 key购买 nike

我开发了一个具有 webapp 功能的网站。是否可以向此 Web 应用程序添加一些额外的内容?

我的意思是:我的 webapp 基本上是一个适应 iPhone 屏幕和功能的 html/css/js 网站。当有人访问这个网站并点击“添加到主屏幕”按钮时,这个网站“变成”一个网络应用程序,有快捷方式图标、启动屏幕……等。

webapp 内容与我的网站几乎相同,适用于 iPhone 屏幕和功能(+ 闪屏和快捷图标)。

我想在我的网络应用程序中添加更多内容(比在我的网站中;但不是在我的网站中):- 感谢将其添加到主屏幕的用户的字符串,- 与普通网站相比的特殊或附加内容,等等

我的问题很简单:是否可以 ?我该怎么做?

感谢大家

妮可。

最佳答案

这很有魅力...

<script>

if (window.navigator.standalone == true) {
document.write('<p>Welcome Home</p>');
}else{
document.write('<p>Tap the + button and choose "Add to Home Screen"</p>');
document.write('<link rel="apple-touch-icon-precomposed" href="icon@2x.png"/>');
}

</script>

关于html - 当用户单击 “add to home screen” 时,我可以向我的 iPhone 目标 Web 应用程序添加其他内容吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5255183/

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