diff options
| author | hallgren <hallgren@chalmers.se> | 2010-05-26 21:03:57 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2010-05-26 21:03:57 +0000 |
| commit | c54d21ea2c57942140ec8e4a8451c9e4a1c143ea (patch) | |
| tree | 395195722a0254e5f1e87e237950325f05bff4d4 /src/runtime/javascript/minibar/phrasebook.html | |
| parent | 1e379b49537c4594466f77931eacb1284b0801da (diff) | |
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
Diffstat (limited to 'src/runtime/javascript/minibar/phrasebook.html')
| -rw-r--r-- | src/runtime/javascript/minibar/phrasebook.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/javascript/minibar/phrasebook.html b/src/runtime/javascript/minibar/phrasebook.html index 19572b1cf..61aa3a49c 100644 --- a/src/runtime/javascript/minibar/phrasebook.html +++ b/src/runtime/javascript/minibar/phrasebook.html @@ -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)"> |
