From 04cb9c185040994265ffbd3e40a9ab2cb3ab1dbb Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 17 May 2011 17:30:13 -0400 Subject: [PATCH] followup to previous change, this time for dynamically appended meta viewport tags. --- js/jquery.mobile.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index ba70d061..7fab2449 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -57,7 +57,7 @@ //configure meta viewport tag's content attr: //note: this feature is deprecated in A4 in favor of adding //the meta viewport element directly in the markup - metaViewportContent: "width=device-width, minimum-scale=1, maximum-scale=1", + metaViewportContent: "width=device-width, initial-scale=1", //support conditions that must be met in order to proceed //default enhanced qualifications are media query support OR IE 7+