全屏模式仍未在 Firefox 57 中生效
Fullscreen mode still not taking effect with Firefox 57
刚刚在我的 Android 上安装了期待已久的 Firefox 57,但很失望地发现全屏仍然无法工作 :-( 即使它被预示 here
"The fullscreen value of the Web App Manifest display field is now supported in Firefox for Android 57 (bug 1126479)."
有人成功了吗?
试试我的 Brotkrumen Web 应用程序作为示例。
这是我的清单:-
{
"short_name": "Brotkrumen",
"name": "Brotkrumen Web App",
"description": "Native Background Geolocation POC",
"icons": [
{
"src": "gingerbreadhouse.png",
"sizes": "48x48 128x128 144x144",
"type": "image/png"
}
],
"start_url": "TravelManager.html",
"background_color": "#00ccdd",
"theme_color": "#00ccdd",
"display": "fullscreen"
}
据Bugzilla说是58号发货,不知道为什么延迟了。
引用:-
“哦,我看到了问题——那个特定的错误出现在 57,但 PWA 不是
一直启用到 58。希望这能解决问题。"
刚刚在我的 Android 上安装了期待已久的 Firefox 57,但很失望地发现全屏仍然无法工作 :-( 即使它被预示 here
"The fullscreen value of the Web App Manifest display field is now supported in Firefox for Android 57 (bug 1126479)."
有人成功了吗?
试试我的 Brotkrumen Web 应用程序作为示例。
这是我的清单:-
{
"short_name": "Brotkrumen",
"name": "Brotkrumen Web App",
"description": "Native Background Geolocation POC",
"icons": [
{
"src": "gingerbreadhouse.png",
"sizes": "48x48 128x128 144x144",
"type": "image/png"
}
],
"start_url": "TravelManager.html",
"background_color": "#00ccdd",
"theme_color": "#00ccdd",
"display": "fullscreen"
}
据Bugzilla说是58号发货,不知道为什么延迟了。
引用:-
“哦,我看到了问题——那个特定的错误出现在 57,但 PWA 不是 一直启用到 58。希望这能解决问题。"