webview-did-navigate-in-page-with-hash.html 145 B

12345678910
  1. <html>
  2. <body>
  3. <script type="text/javascript">
  4. onload = function() {
  5. window.location.hash = 'test';
  6. }
  7. </script>
  8. </body>
  9. </html>