gpt4 book ai didi

javascript - Android 相当于 iPhone 的 "Add to Home Screen"?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:39:49 27 4
gpt4 key购买 nike

我正在开发移动网络应用程序。目前我有这段 jQuery 代码,用于检查应用程序是否全屏运行:

if ( !window.navigator.standalone )
{
$('#content').before( '<div class="notice">To enjoy the mobile experience to its fullest, tap the arrow button on the toolbar below, choose <b>Add to Home Screen</b>, then launch it from there.</div>' );
}

我有几个问题:

  1. window.navigator.standalone 可以在 Android 手机上运行吗?
  2. 用户将移动网络应用程序添加到主屏幕的流程是怎样的?我尝试查找浏览器屏幕截图,但没有找到任何可靠来源。
  3. 是否有等效于 iPhone 的“apple-touch-icon”链接元素? 找到了 answer to this here .

最佳答案

Web 应用程序不能直接在 Android 主屏幕上运行。为此,它需要一些其他定制的主屏幕。目前有两家公司正在努力提供一个基于 Android 的平台来独立运行 Web 应用程序。

  • 奥比戈 WRT
  • 歌剧

您可以在其中将您的 Web 应用程序制作成一个小部件,然后它将在该运行时中运行。目前obigo已经提供了定制化的主界面。 opera 将在应用程序中运行 web widget。

关于javascript - Android 相当于 iPhone 的 "Add to Home Screen"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5743607/

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