Skip to content

Commit

Permalink
Added meta tag to enable fullscreen experience on iOS devices
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Füsslin <[email protected]>
  • Loading branch information
Maximilian Füsslin authored and jankeromnes committed Apr 27, 2020
1 parent 3ab52a0 commit bea6be6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export class FrontendGenerator extends AbstractGenerator {
protected compileIndexHead(frontendModules: Map<string, string>): string {
return `
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">`;
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">`;
}

protected compileIndexJs(frontendModules: Map<string, string>): string {
Expand Down

0 comments on commit bea6be6

Please sign in to comment.