Ionic Nav View template and AngularUI twice

I am using this ionic template https://github.com/driftyco/ionic-starter-sidemenu to start with an app like header / left-menu everything looks good however the views are displayed twice, exactly on top of each other, please watch the video here https://www.youtube.com/watch?v=8ywqviKDnQE for the effect, I double checked that the controller is not executed twice, no idea why im getting this effect.

I am using Chrome and also noticed that when I changed the tab and go back to that Chrome tab again, the problem goes away, so it definitely has to do with redraw / redraw.

+3


source to share


1 answer


In general, when you create a new application with an ionic sidemenu- in your case, it has its own default CSS, AngularJS components and extensions.

Based on the video you provided, I can't figure out what the problem is without seeing the code, but I prefer checking these links on the scrolling of the app because I think it is probably a scrolling issue.



AngularJS: API: $ anchorScrollProvider

ionic scrolling - $ ionicScrollDelegate

+1


source







All Articles