如何在 iOS 13 网络应用程序中禁用 "Reader View" 面板?

How to disable "Reader View" panel in the iOS 13 web app?

更新到 iOS 13 后,我们的网络应用程序(Safari -> 添加到主屏幕)顶部有这个黑色 "Reader View" 面板。我知道可以删除它,因为 Twitter 网络应用程序没有它,但我无法弄清楚他们是如何做到的...

有谁知道如何删除它?

添加了基本 manifest.json 并解决了问题。除了子域...

{
  "name": "name",
  "start_url": "example.com",
  "display": "standalone",
  "scope": "/"
}