Add meta tag to avoid horizontal scrolling in Mobile Safari

With thanks to codinggeekette,
http://www.codinggeekette.com/post/Mobile-Safari-40-2b-Horizontal-Scrolling-3d-SUX.aspx
This commit is contained in:
hallgren
2010-05-26 21:03:57 +00:00
parent 928c80e8a0
commit 77d464951e
3 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ var phrasebook_options={
grammar_list: ["Phrasebook.pgf"],
delete_button_text: "Del"
}
</script>
</script>
<meta name = "viewport" content = "width = device-width">
</head>
<body onload="start_minibar(phrasebook_options)">