Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<title>Main frame to test touch-action under rotation</title>
<style>
  #frame {
    width: 300px;
    height: 300px;
    transform: rotate(-90deg);
  }
</style>
</head>
<body>
<iframe id="frame" src="https://output.jsbin.com/ciwule/quiet" sandbox="allow-same-origin allow-scripts">
</iframe>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
mustaqpro
0viewers