我有一个带有create-react-app的react应用,我希望用户可以将其添加到主屏幕。
这是我的清单文件:
{
"short_name": "React App",
"name": "React App",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
当我将应用程序添加到iOS的主屏幕并打开它时,它将显示空白页面。如果我在野生动物园中打开它,效果很好。有谁知道为什么会这样?
答案 0 :(得分:0)
也正在寻找避免此问题的最佳方法。现在,我发现了这一点:https://ayastreb.me/react-router-in-home-screen-pwa/
基本上使用哈希路由。