Merge pull request #74 from apollonian11/master

fix typo (fullsreen->fullscreen)
This commit is contained in:
Josh Buchea 2016-05-16 06:37:34 -07:00
commit 41769da85f
1 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ Below are the link relations which are either deprecated or not supported anymor
<meta name="full-screen" content="yes">
<!-- UC browser will display images even if in "text mode" -->
<meta name="imagemode" content="force">
<!-- Page will be displayed in "application mode"(fullsreen,forbiding gesture, etc.) -->
<!-- Page will be displayed in "application mode"(fullscreen,forbiding gesture, etc.) -->
<meta name="browsermode" content="application">
<!-- Disabled the UC browser's "night mode" in this page -->
<meta name="nightmode" content="disable">
@ -305,7 +305,7 @@ Below are the link relations which are either deprecated or not supported anymor
<meta name="x5-orientation" content="landscape/portrait">
<!-- Display this page in fullscreen -->
<meta name="x5-fullscreen" content="true">
<!-- Page will be displayed in "application mode"(fullsreen,etc.) -->
<!-- Page will be displayed in "application mode"(fullscreen,etc.) -->
<meta name="x5-page-mode" content="app">
```