Prechádzať zdrojové kódy

Fix display bug on the iPad/iOS 7

Thibaut 11 rokov pred
rodič
commit
5314611148
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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