mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
IMPR: standalone display mode to display Android status bar
This commit is contained in:
parent
fc8718140b
commit
bb9403844a
@ -49,7 +49,7 @@ class ManifestController extends Controller
|
|||||||
'permissions' => [
|
'permissions' => [
|
||||||
'gcm',
|
'gcm',
|
||||||
],
|
],
|
||||||
'display' => 'fullscreen',
|
'display' => 'standalone',
|
||||||
'background_color' => $cfg->get('background'),
|
'background_color' => $cfg->get('background'),
|
||||||
'theme_color' => $cfg->get('background'),
|
'theme_color' => $cfg->get('background'),
|
||||||
'orientation' => 'portrait-primary',
|
'orientation' => 'portrait-primary',
|
||||||
|
Loading…
Reference in New Issue
Block a user