You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while ago, working with F7 and Aurelia, I made an iOS like navigation-view controller for Aurelia.
It is not using the default Aurelia routing system nor F7 one, you create new views on the fly and caches the previous views on a stack.
It avoids you to create all the views from the start, you can create multiple instances of a view with different content so I can fit complex workflows with circular view references.
Hi Alexander,
A while ago, working with F7 and Aurelia, I made an iOS like navigation-view controller for Aurelia.
It is not using the default Aurelia routing system nor F7 one, you create new views on the fly and caches the previous views on a stack.
It avoids you to create all the views from the start, you can create multiple instances of a view with different content so I can fit complex workflows with circular view references.
If interested, take a look at my Gist repo:
https://gist.github.com/Scapal/20518b932c4c8e3c1940
https://gist.github.com/Scapal/27e46dd56fb48f5b02aa725ac04b26ca
I was not 100% happy with the css based animations as it introduces some bugs (i.e.. don't click on a button during the animation).
The text was updated successfully, but these errors were encountered: