Vladimir Kharlampidi
Vladimir Kharlampidi
Guys, still need a some minimal reproduction repo. Would be extremely helpful if some of you can set it up
@mbplautz > I can publish something to the web that will recreate the error That will be good, but i will be able to check it on iOS 12
@mbplautz thanks, see the issue now. Will try to find a fix for it on a days
Thanks for putting it here
@JasonKleban do you have idea how can we add it?
Hey @jdspugh. Page Data definition is available in Router module: https://github.com/framework7io/framework7/blob/master/src/core/modules/router/router.d.ts#L140 ``` import { Router } from 'framework7/modules/router/router'; // Router.Page -> is what you are looking for
Yeah, but the issue is that `event.detail` not always contains Page Data, like in case Sortable events. So still looking for a solution how to handle this correctly
@JasonKleban yeah, but how can we specify it? I mean, for example, we have `DomEvents` in `router.d.ts` and others but we don't use them anywhere. I guess we need somehow...
I guess, you mean something like this https://framework7io.github.io/framework7-recipes/admin-dashboard/ ? I think, it makes sense to add it to the core
> not having the trailing slashes seemed to be the issue It is not true. If you don't have trailing slashes in route path then you just need to have...