after creating the app with
var app = new Framework7({...})
app.modal and app.sheet are null even if app.initialized is true
after creating the app with
var app = new Framework7({...})
app.modal and app.sheet are null even if app.initialized is true
Are you sure you use the bundle version? (e.g. framework7.bundle.js) Otherwise, you need to load the sheet module manually.
Thank you Tim, everything is working with the bundle version!
So, what does the bundle version do?
Bundle has all f7 modules. its has a bigger js and css file since its all incluede. with core, if you use webpack, you can include only the modules your app uses.