I'm using an event handler to go to the previous URL/route:
'click #back': ->
history.back()
This works in Chrome desktop, Chrome devtools mobile device view, and in Safari on a physical device itself (iOS 8.1.2), but not in Chrome on the device. Behavior is:
Is this a mobile Chrome problem, or should I be using some iron-router API like Router.back()
?
history.back()
is the method supported by iron-router
, it just appears there's a problem with iOS Chrome.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With