[v1] Inline Pages with Dynamic Navbar

Navbar on iOS theme is not working correctly with Inline Pages, when I use

mainView.router.load({pageName: 'page-name'});

it goes to that page, but the navbar doesn’t change.

The ‘.navbar-inner’ containers are being created but without data-page attribute.

Is there any solution?

For some reason I thought the router would create data-page attributes, but you have to declare it in every html ‘.navbar-inner’ class.

Now it works!