You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/28 06:40:52 UTC

git commit: [#1282] Update viewport to use device DPI to improve quality on BlackBerry.

Updated Branches:
  refs/heads/master f593a4992 -> dcae31fcf


[#1282] Update viewport to use device DPI to improve quality on BlackBerry.


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

Branch: refs/heads/master
Commit: dcae31fcf54af56a5cb56f92bbbbc82aa2ab2882
Parents: f593a49
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Mon Aug 27 21:40:39 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Aug 27 21:40:39 2012 -0700

----------------------------------------------------------------------
 www/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/dcae31fc/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 61c0bd0..9bc12df 100644
--- a/www/index.html
+++ b/www/index.html
@@ -21,7 +21,7 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <meta name="format-detection" content="telephone=no" />
-        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
+        <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>
     </head>