framework7

Open full view…

When you're planning to release Version 1.0?

Pavlo Babenko
Fri, 28 Nov 2014 15:56:36 GMT

Waiting for better MV* frameworks support)

Vladimir Kharlampidi
Fri, 28 Nov 2014 16:00:00 GMT

It is already should be possible to use it with any MV* framework

Pavlo Babenko
Fri, 28 Nov 2014 16:08:29 GMT

And what about routing structure? Ember (and Angular) are designed to use it's own router object with location.history support and as I've seen from docs - you're using F7 own router to handle all transitions. So I'm currently not sure how to make them work together.

Vladimir Kharlampidi
Fri, 28 Nov 2014 16:11:50 GMT

In this case F7's router should be disabled and Ember/Angular router need to be used here. The only question is too keep the same animation which could be done using callbacks in those routers. I will make plugins for MV libs routers later when I have more time