I see this has been asked before but I dont see any solutions:
So Im using Cordova 2.5 to build an iPad app on iOS 6.1.2
My app.coffee:
jQuer
I could solve it by using window.location.hash
Damn this waisted allot of time, the answer was so dumb and simple.
Rather than having the links in the html as :
/#/foo/bar/
It should just be
#/foo/bar/
this makes sense, with the leading / the page will reload, and thats why I got that error.
Hope it helps someone