Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Android talkback scroll bug</title>
  <style type="text/css">
        #playground {
            height: 500px;
            overflow: hidden;
            text-align: center;
        }
        button {
            width: 100px;
            height: 50px;
            margin: 10px 0;
        }
    </style>
</head>
<body>
    <div id="playground">
        <p><button>01</button></p>
        <p><button>02</button></p>
        <p><button>03</button></p>
        <p><button>04</button></p>
        <p><button>05</button></p>
        <p><button>06</button></p>
        <p><button>07</button></p>
        <p><button>08</button></p>
        <p><button>09</button></p>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
prashantpalikhepro
0viewers