So, I'm trying to redirect the user one level in the history of the iPhone HomeScreen application, but for some reason he just doesn’t shoot.
The current code is as follows window.history.go(-1)
I also tried another version of window.history.back() , history.go(-1) , but so far no luck. I can't get my head on how to implement pushState, so I haven't tried this approach yet, but it's pretty annoying how the desktop app works incredibly poorly.
At least you can debug using Safari.
javascript jquery ios web-applications
Nict
source share