Skip to content

Commit

Permalink
html: add safari mobile full screen support (#946)
Browse files Browse the repository at this point in the history
add safari mobile full screen support
  • Loading branch information
Alexie7777 authored Mar 5, 2024
1 parent 2c8d312 commit f79304f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<title><%= htmlWebpackPlugin.options.title %></title>
<link inline rel="icon" type="image/png" href="favicon.png">
<% for (const css in htmlWebpackPlugin.files.css) { %>
Expand Down

0 comments on commit f79304f

Please sign in to comment.