Created
November 21, 2014 13:41
-
-
Save jenswittmann/1104418adf3720b72c10 to your computer and use it in GitHub Desktop.
Phongap: iframes under iOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CSS | |
#wrapper-app { | |
overflow: auto; | |
width: 100%; | |
height: 100%; | |
-webkit-overflow-scrolling: touch; | |
} | |
// HTML | |
... | |
<body> | |
<div id="wrapper-app"> | |
...Content | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details: www.jens-wittmann.de/codeschnipsel/phongap-iframes-and-ios-8.html