【发布时间】:2023-03-29 05:03:01
【问题描述】:
我们正在开发渐进式网络应用程序,在 android 手机中,我们在地址中看到 url,如下所示, enter image description here
我们在 Manifest.json 中处理的步骤,
"display": "standalone",
"orientation": "portrait",
"Scope": "/",
"start_url": "/Home/Test",
起始页始终为http://localhost:52432/Home/test,独立显示完美,但是当我们单击其他选项卡时,它开始在地址栏中显示带有锁定符号的url。
任何人都可以帮助我,感谢您的所有努力。
谢谢, 卡提克·内雷拉
【问题讨论】:
-
有没有人找到解决这种情况的方法?
标签: progressive-web-apps progressive