Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 543 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 543 Bytes

angular-location-hash-bug

Most browsers ✓

URL: /#/foo#bar

Content:

Path: foo
Hash: bar

Mercury on iOS ✓

URL: /#/foo%23bar

Content:

Path: foo
Hash: bar

Chrome on iOS ✗

URL: /#/foo%23bar

Content:

Path: foo#bar
Hash:

In some cases, Chrome on iOS displays the correct output. Reloading the page a couple times will cause the browser to show the incorrect output above.