kadirahq / flow-router

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

Page.js breaks mobile support #469

Closed samhunta closed 8 years ago

samhunta commented 8 years ago

The fork of page.js used for Flow Router breaks mobile support on nearly every device I've tried, could not figure out why but using the original page.js source works. IE8+ support can be accomplished with a HTML5 history API polyfill.

arunoda commented 8 years ago

That's weird. We are using the latest version of FlowRouter with many apps (incl. Kadira UI) and it works pretty well.

BTW: Now it's a good time to update our fork.

samhunta commented 8 years ago

https://github.com/kadirahq/page.js#support-in-ie8

EDIT: Ok, it seems to be working sometimes. I'm very confused.

samhunta commented 8 years ago

Still seems to be an issue on iOS.

samhunta commented 8 years ago

This does not seem to be the issue.