Explorar el Código

Fix display bug on the iPad/iOS 7

Thibaut hace 11 años
padre
commit
5314611148
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      assets/javascripts/app/app.coffee

+ 3 - 0
assets/javascripts/app/app.coffee

@@ -23,6 +23,9 @@
     @document = new app.views.Document
     @mobile = new app.views.Mobile if @isMobile()
 
+    if navigator.userAgent.match /iPad;.*CPU.*OS 7_\d/i
+      document.documentElement.style.height = "#{window.innerHeight}px"
+
     if @DOC
       @bootOne()
     else if @DOCS