When navigating to a url with hash fragment, it isn't caught by the requestWillBeSent event because it checks that it includes the original url while Chrome only shares the url without the hash fragment.
a simple url cut inside the event fixed it for me.
When navigating to a url with hash fragment, it isn't caught by the requestWillBeSent event because it checks that it includes the original url while Chrome only shares the url without the hash fragment. a simple url cut inside the event fixed it for me.