Преглед на файлове

Merge pull request #300 from kylesuss/master

Added a meta value for 'mobile-web-app-capable' to support Chrome on Android
Javi Jiménez преди 12 години
родител
ревизия
dfcbaeb157
променени са 6 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 1 0
      example/index.html
  2. 1 0
      example/others/components.html
  3. 1 0
      example/others/tablet1.html
  4. 1 0
      example/others/tablet2.html
  5. 1 0
      example/others/tablet3.html
  6. 1 0
      example/others/tablet4.html

+ 1 - 0
example/index.html

@@ -9,6 +9,7 @@
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="mobile-web-app-capable" content="yes">
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="cleartype" content="on">
 

+ 1 - 0
example/others/components.html

@@ -9,6 +9,7 @@
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="mobile-web-app-capable" content="yes">
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="cleartype" content="on">
 

+ 1 - 0
example/others/tablet1.html

@@ -9,6 +9,7 @@
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="mobile-web-app-capable" content="yes">    
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="cleartype" content="on">
 

+ 1 - 0
example/others/tablet2.html

@@ -9,6 +9,7 @@
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="mobile-web-app-capable" content="yes">
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="cleartype" content="on">
 

+ 1 - 0
example/others/tablet3.html

@@ -9,6 +9,7 @@
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="mobile-web-app-capable" content="yes">
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="cleartype" content="on">
 

+ 1 - 0
example/others/tablet4.html

@@ -9,6 +9,7 @@
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="mobile-web-app-capable" content="yes">
     <meta name="format-detection" content="telephone=no">
     <meta http-equiv="cleartype" content="on">