I’m new to framework7 and following docs right at the start I bumped into a problem with the following lines of js
var mainView = myApp.addView(’.view-main’, {
dynamicNavbar: true
});
Google chrome complains that “my-app.js:9 Uncaught TypeError: myApp.addView is not a function”.
I do not have this issue with 1.6.5 . I think something should have changed in ver.2 that has not been reflected in docs yet.