iOS Chrome URL rewrite problem
The JQM url rewrite does not behave correctly on Chrome iOS. The URLs are stacking on each other.
Click, <a href="htttp://my-site.com/local-stores-shopping/">LINK</a> loads the next page correctly but the url is then "http://my-site.com
/#/local-stores-shopping/". If I then click then click, <a href="htttp://my-site.com/top-fashion-brands/">LINK</a>, I am taken to "http://my-site.com
/#/local-stores-shopping
/#//top-fashion-brands".
Does anyone know why the /# is being added and the clicked URL is not being used, instead everything after the .com/ is being stacked? Everything behaves normally on every other browser/OS combination.
EDIT - This behavior was seen on an iPod Touch and an iPhone 5, both running the most up to date versions of iOS.