Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
306c23fd
Unverified
Commit
306c23fd
authored
Jan 31, 2020
by
Cristian Zazo
Committed by
GitHub
Jan 31, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[web] Fix typo apple-mobile-web-app-status-bar-style (#49894)
parent
d2941340
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.html
examples/flutter_gallery/web/index.html
+1
-1
index.html.tmpl
packages/flutter_tools/templates/app/web/index.html.tmpl
+1
-1
No files found.
examples/flutter_gallery/web/index.html
View file @
306c23fd
...
...
@@ -10,7 +10,7 @@ found in the LICENSE file. -->
<!-- iOS meta tags & icons -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-
app-
status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-app-title"
content=
"Flutter Gallery"
>
<link
rel=
"apple-touch-icon"
href=
"/icons/Icon-192.png"
>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"/favicon.png"
/>
...
...
packages/flutter_tools/templates/app/web/index.html.tmpl
View file @
306c23fd
...
...
@@ -7,7 +7,7 @@
<!-- iOS meta tags & icons -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-
app-
status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-app-title"
content=
"{{projectName}}"
>
<link
rel=
"apple-touch-icon"
href=
"/icons/Icon-192.png"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment