To use Framework7 for APP in Cordova

how can I start programming an APP with cordova plugin from nmp? … could you give me an example?

https://framework7.io/cli/

Make sure you have latest node.js in system installed.
When project created, check generated README.MD file in project folder

Hello … I’m trying to develop but for example when applying the app.router.navigate did not work in several attempts as app.router.navigate or this.router.navigate … just try to address About and it did not work. … is it my programming problem … or have I configured something wrong?

hi, try this,

 app.views.main.router.navigate('/(the route of your page)/');
1 Like

Thanks, after migrating from phonegap to this it has cost me but I found it …