diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index c019183..17ceead 100644 --- a/www/index.html +++ b/www/index.html @@ -2,7 +2,7 @@ <html class="no-js"> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=800, height=600, initial-scale=1, maximum-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <title>Katawa Shoujo</title> <script> window.define = function(factory) { @@ -36,8 +36,10 @@ <li id="audio">It doesn't seem to support <a href="https://en.wikipedia.org/wiki/HTML5_audio">HTML5 audio</a>, which means you won't be able to hear any of the amazing music. <a href="http://caniuse.com/#feat=audio">You should strongly consider upgrading.</a></li> <li id="fontface">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face">the @font-face at-rule</a>, which lets us display the Playtime and Gentium fonts used in Katawa Shoujo. <a href="http://caniuse.com/#feat=fontface">Any browser released in the last 2 years or so should support it.</a></li> <li id="csstransforms">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transforms">CSS transforms</a>, which means that we won't be able to scale the window or show most transitions. <a href="http://caniuse.com/#feat=transforms2d">Any browser released in the last 2 years ago should work.</a></li> - <li id="csstransitions">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">CSS transitions</a>, which means that transitions won't work. Videos should still work though, unless stated above. <a href="http://caniuse.com/#feat=css-transitions">You should definitely try upgrading.</a></li> + <li id="csstransitions">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">CSS transitions</a>, which means that almost all animations won't work. Videos should still work though, unless stated above. <a href="http://caniuse.com/#feat=css-transitions">You should definitely try upgrading.</a></li> + <!-- svg filters aren't actually implemented yet <li id="html-svg-filter">It might not support SVG filters on HTML content, which means that filters like the sunset in the tea room will display as regular images. <a href="http://caniuse.com/#feat=svg-html">Unfortunately, this is only implemented in Firefox now.</a></li> + --> </ul> <div id="gotit" class="button button-enabled">I know it's broken, let me play!</div> </div> @@ -45,6 +47,7 @@ <div id="bg"></div> <div id="container"> <div id="gray" style="display: none;"></div> + <div id="show"></div> <div id="window" style="display: none;"> <img id="window-image" src="dump/ui/bg-say.png" alt=""> <div id="who"></div> |