mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
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:
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user