Sfoglia il codice sorgente

Fix display bug on the iPad/iOS 7

Thibaut 11 anni fa
parent
commit
5314611148
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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