James Daab
James Daab
Using your own route is possible, although you'll need to set up your own navigation controls. There's currently no way to let `Pages` know how to navigate between routed pages...
Just don't use the router option. There's no routing by default. > On 10 Apr 2015, at 18:38, Kyle King [email protected] wrote: > > How do you override the Meteor-pages...
The package doesn't support it yet, although it seems to be a good idea.
Please let me know more about your scenario. I believe `Router.current().route.getName()` should be available anywhere within the client-side code.
It might be related to [this issue](https://github.com/alethes/meteor-pages/issues/104).
Unfortunately, the infinite scrolling feature hasn't been attended to properly in the recent versions. I'm currently refactoring the code, but I can't say when I'll be able to publish a...