Skip to content

bschoenfeld/angular-location-hash-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published