Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Scrollable IFrame on iOS">
  <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
  <meta charset="utf-8">
  <title>Scrollable IFrame on iOS</title>
</head>
<body>
  
  <div style="position: absolute; top: 10%; left: 10%; right: 10%; bottom: 10%; overflow: hidden; background: green;">
    <iframe _style="position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: 0;" scrolling=yes height="100%" width="100%"
        srcdoc="<html style='background: yellow;overflow-y: auto; -webkit-overflow-scrolling: touch;'><head></head><body style='overflow-y: auto;-webkit-overflow-scrolling: touch;position: absolute;top: 0;left: 0;right: 0;bottom: 0;'><div style='height: 1000px;'>xxxx</div></body></html>" 
    ></iframe>    
  </div>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers