Chrome网络应用清单:显示类型之间的差异

Jan*_*art 12 html5 google-chrome manifest

当创建的Chrome网络应用程序清单,你可以指定你displayfullscreen,standalone,minimal-ui或者browser

之间有什么区别fullscreenstandalone什么时候应该使用哪一个?它们看起来和我很相似.

Cac*_*tux 8

使用时,standalone它看起来像本机应用程序。当您使用时fullscreen,没有状态栏等。您可能想使用standalone,因为它fullscreen有非常特定的用例(例如游戏)。