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
Platform and Target: iOS 7.0.1, Android 12.0.1, Cordova 12.0.0
I am trying to get dynamic content loading, I have a .f7 page in which I have a left menu and a right container, if I am on mobile, the left menu I want to open a new page (this if it works), but if I am on tablet I want the left menu to load the page in the right container, I am using async but I don't get it, I show my code:
I did not realize that this is the master view for this, I have already adapted it and it works correctly, now I have a doubt, my first link is budgets, can I make it so that when loading the master view by default the first option is selected?
{
path: '/bodas-mas/:id_bod/',
component: BodasMas,
master: true, // Indica que esta es la ruta maestra para el diseño master-detail
detailRoutes: [
{
path: '/presupuestos/:id_bod/',
component: Presupuestos,
},
]
},
I am trying to get dynamic content loading, I have a .f7 page in which I have a left menu and a right container, if I am on mobile, the left menu I want to open a new page (this if it works), but if I am on tablet I want the left menu to load the page in the right container, I am using async but I don't get it, I show my code:
Page with the containers:
my routes.js file
my page budgets.f7:
The text was updated successfully, but these errors were encountered: