首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我无法隐藏TWA上的浏览器栏

我无法隐藏TWA上的浏览器栏
EN

Stack Overflow用户
提问于 2021-03-14 05:18:53
回答 1查看 97关注 0票数 0

如果有人能帮我解决我的问题,谢谢,我会解释得更好。

我试图从我的TWA顶部移除浏览器栏,我已经尝试了几个我在互联网上读到的东西,但到目前为止还没有。我已经用我的两个指纹创建了文件"assetlinks.json“,包括应用签名和上传签名。

然而,浏览器栏仍然出现在我的应用程序的顶部。

这是我的“assetlinks.json”的链接:https://app.planetspay.com.br/.well-known/assetlinks.json

关注我的应用程序在Google Play上的链接:https://play.google.com/store/apps/details?id=app.planetsplay.com.br

下面是我的TWA-manifest.json文件:

代码语言:javascript
复制
{
  "packageId": "app.planetsplay.com.br",
  "host": "app.planetspay.com.br",
  "name": "PlanetsPay",
  "launcherName": "PlanetsPay",
  "display": "standalone",
  "themeColor": "#16A591",
  "navigationColor": "#16A591",
  "navigationColorDark": "#16A591",
  "navigationDividerColor": "#16A591",
  "navigationDividerColorDark": "#16A591",
  "backgroundColor": "#FFFFFF",
  "enableNotifications": true,
  "startUrl": "/logar?ref=twa",
  "iconUrl": "https://app.planetspay.com.br/img/icone-app.png",
  "splashScreenFadeOutDuration": 0,
  "signingKey": {
    "path": "F:\\RubensFlinco-PC\\Documents\\Github\\PlanetsPay-Aplicativo\\android.keystore",
    "alias": "android"
  },
  "appVersionName": "2",
  "appVersionCode": 2,
  "shortcuts": [
    {
      "name": "Meu QRCode",
      "shortName": "QRCode",
      "url": "https://app.planetspay.com.br/qrcode?twa=true&utm_source=shortcuts",
      "chosenIconUrl": "https://app.planetspay.com.br/img/icons/qrcode.png"
    },
    {
      "name": "Emitir cobrança",
      "shortName": "Cobrar",
      "url": "https://app.planetspay.com.br/pessoal/cobrar?twa=true&utm_source=shortcuts",
      "chosenIconUrl": "https://app.planetspay.com.br/img/icons/cobrar.png"
    },
    {
      "name": "Transferir dinheiro",
      "shortName": "Transferir",
      "url": "https://app.planetspay.com.br/pessoal/dinheiro/transferir?twa=true&utm_source=shortcuts",
      "chosenIconUrl": "https://app.planetspay.com.br/img/icons/transferir.png"
    },
    {
      "name": "Ver meu extrato",
      "shortName": "Extrato",
      "url": "https://app.planetspay.com.br/pessoal/extrato?twa=true&utm_source=shortcuts",
      "chosenIconUrl": "https://app.planetspay.com.br/img/icons/extrato.png"
    }
  ],
  "generatorApp": "bubblewrap-cli",
  "webManifestUrl": "https://app.planetspay.com.br/manifest.json",
  "fallbackType": "customtabs",
  "features": {},
  "alphaDependencies": {
    "enabled": false
  },
  "enableSiteSettingsShortcut": false,
  "isChromeOSOnly": false,
  "orientation": "portrait",
  "fingerprints": [],
  "appVersion": "2"
}
EN

回答 1

Stack Overflow用户

发布于 2021-03-14 05:46:07

我发现是我在包名中打错了字

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66618645

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档