tmeasday / meteor-router

MIT License
366 stars 76 forks source link

iOS Routing #127

Closed hipstersmoothie closed 6 years ago

hipstersmoothie commented 11 years ago

HI,

I am building a multipage meteor application. The routing works fine on a computer and on an android device, but when I try to use the site on my iPhone the route is never appended to the URL. You can still navigate to all of the pages, but URL isn't updated. Another issue I am having is when I close the browser then try to reopen it totally crashes.

Thanks, Andrew

tmeasday commented 11 years ago

Are you seeing an error in the browser console?

The router works fine on iOS I can attest.

hipstersmoothie commented 11 years ago

Ok, I tested on both iPad and iPhone and in safari it behaves fine. But when I try to use my meteor app in chrome, I see the issues stated above.

tmeasday commented 11 years ago

Hi, can you give a bit more information? It sounds like javascript errors are your problem given the random browsers that it works in