Currently i am wrestling with the concept of multiple named views, as proposed by ui-router: https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views, in Ionic.
Currently I have several views visible, but the .paneclass makes it impossible to view them both, because it is puts an absolute position on both views.
Is there a way to make several views ‘play nice together’ or do I have to hack the .pane class to be position:relative instead?
I would also be helped if I could define a header image, a full width image that will stay fixed while the rest of the content slides. Kind of like the navbar, but without the height restriction.
I know headers and the navbar have a set height and i could make my images fit in that. But that’s not what I want I really hope there is either an easy way to do this or a fix that allows me/us to do this.