Skip to content

Instantly share code, notes, and snippets.

@jenswittmann
Created November 21, 2014 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jenswittmann/1104418adf3720b72c10 to your computer and use it in GitHub Desktop.
Save jenswittmann/1104418adf3720b72c10 to your computer and use it in GitHub Desktop.
Phongap: iframes under iOS
// CSS
#wrapper-app {
overflow: auto;
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
}
// HTML
...
<body>
<div id="wrapper-app">
...Content
</div>
@jenswittmann
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment