Framework7-Contacts7-MVC
Framework7-Contacts7-MVC copied to clipboard
Framework7 MVC contacts mobile app example
Results
2
Framework7-Contacts7-MVC issues
Sort by
recently updated
recently updated
newest added
im using this proyect but when i wanna change to other page , this task dont work `app.mainView.loadPage("pages/about.html");`
Hi Philip, This app looks great. Issue is with scroll event. var $ = Dom7; function registerEvents() { ``` $('.list-group').scroll( function(){ alert('hi'); var sp = $(this).scrollTop(); console.log(sp); }); } ```...