소스 검색

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">