1
0
Эх сурвалжийг харах

Fix display bug on the iPad/iOS 7

Thibaut 11 жил өмнө
parent
commit
5314611148

+ 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