kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Delay handling of back button #538

Closed PEM-- closed 8 years ago

PEM-- commented 8 years ago

Delay handling of back button till the router get initialized. On Safari (OSX and iOS), a onpopstate event is triggered while the route aren't defined yet. The function associated to this event uses a FlowRouter.go with no route declared.

Fix tested on: Chrome (OSX & Android), Firefox, Safari (OSX & iOS).

arunoda commented 8 years ago

Thanks.