mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
followup to previous change, this time for dynamically appended meta viewport tags.
This commit is contained in:
parent
8ba4c27300
commit
04cb9c1850
1 changed files with 1 additions and 1 deletions
|
|
@ -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+
|
||||
|
|
|
|||
Loading…
Reference in a new issue