As I continue to build my app using "$ ionic start myApp sidemenu" and deploy it directly to Android, I've noticed a significant delay when tapping on the playlist page, such as when selecting "Indie". It feels like there is a 300ms lag before the page actually starts to change.
This delay becomes even more pronounced when transitioning to a page with images or other content.
I thought that Ionic had already eliminated the 300ms delay. Am I missing something? I haven't made any changes to the code, so it's still using href. Should I consider switching to ng-click instead?
My current version of Ionic is the latest 1.0.0 "uranium-unicorn"