You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/09/13 21:08:54 UTC

git commit: [CB-4814] Add note in app-hello-world index.html regarding viewport issue in iOS 7

Updated Branches:
  refs/heads/master e93f49c2a -> ddf57f294


[CB-4814] Add note in app-hello-world index.html regarding viewport issue in iOS 7


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/ddf57f29
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/ddf57f29
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/ddf57f29

Branch: refs/heads/master
Commit: ddf57f294b2cc992e24ced6e7551627d2744f09f
Parents: e93f49c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 13 12:08:47 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 13 12:08:47 2013 -0700

----------------------------------------------------------------------
 www/index.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/ddf57f29/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index e84fbd7..bde5741 100644
--- a/www/index.html
+++ b/www/index.html
@@ -21,6 +21,7 @@
     <head>
         <meta charset="utf-8" />
         <meta name="format-detection" content="telephone=no" />
+        <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
         <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
         <link rel="stylesheet" type="text/css" href="css/index.css" />
         <title>Hello World</title>