小编Tus*_*wat的帖子

amp 应用程序横幅未显示在 android 和 IOS 设备中工作正常

我正在使用下面的代码,它没有显示 AMP 应用程序横幅。

这是示例。

<script async custom-element="amp-app-banner" src="https://cdn.ampproject.org/v0/amp-app-banner-0.1.js"></script>
<meta name="apple-itunes-app" content="app-id=828256236, app-argument=medium://p/9ea61abf530f">
<link rel="manifest" href="/amp-app-banner-manifest.json">
Run Code Online (Sandbox Code Playgroud)
{
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.medium.reader",
      "url": "android-app://com.medium.reader/https/medium.com/p/cb7f223fad86"
    }
  ]
}
Run Code Online (Sandbox Code Playgroud)

html javascript jquery android amp-html

9
推荐指数
1
解决办法
401
查看次数

标签 统计

amp-html ×1

android ×1

html ×1

javascript ×1

jquery ×1