diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-12-03 20:35:20 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-12-03 20:35:38 (GMT) |
| commit | 0aa6d2c61ffab5af165a3d128dad4ca58b17461a (patch) | |
| tree | e83def1106223c2583ad367c95f515c9826c0eaa /SunkenMoon.html.coffee | |
| parent | 7238f18956409d706a8dca6eb49f6c6302af596c (diff) | |
Disallow user zoom
Diffstat (limited to 'SunkenMoon.html.coffee')
| -rw-r--r-- | SunkenMoon.html.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SunkenMoon.html.coffee b/SunkenMoon.html.coffee index 27ffd2f..a421fb1 100644 --- a/SunkenMoon.html.coffee +++ b/SunkenMoon.html.coffee @@ -4,7 +4,7 @@ # This program is available under the terms of the MIT License -version = "0.1.347" +version = "0.1.360" { htmlcup } = require 'htmlcup' @@ -40,7 +40,7 @@ genPage = -> htmlcup.html5Page -> @head -> @meta charset:"utf-8" - @meta name:"viewport", content:"width=480, height=720" + @meta name:"viewport", content:"width=480, height=720, user-scalable=no" @meta name:"apple-mobile-web-app-capable", content:"yes" @meta name:"mobile-web-app-capable", content:"yes" # Improve support: http://www.html5rocks.com/en/mobile/fullscreen/ |
