This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$location.hash() behaves unexpectedly in Chrome for iOS #7699
Open
Description
On Chrome for iOS, the part of the URL that should be returned by $location.hash() is sometimes append to the result of $location.path(). In cases where the path and the hash are returned correctly, reloading the page a couple times will reproduce the issue.
It seems to have something to do with how Chrome for iOS encodes the second #
in the URL. So it's possible that its not something that can be fixed here.