I’m using the slide menu along with the tab directive on android 4.1.1 and when I toggle the menu, I get a partial display. My tab bar slide over but the header stays in it position and the slide menu is not shown.
I have the same problem. The issue started when I upgraded to latest code. 0.9.19 was working fine on Android Jellybean. BTW the latest release works with Nexus 7 tablet though.
It seems that I have the same issue. I implemented a left side menu. The main content slide well but it displays an empty left menu (no header & no menu content). Tested on Android 4.3 and 4.4.
Are you using the nightly or 0.9.24? I’ve been using the nightly bundles and haven’t had any issues on 4.1, 4.2, 4.3. Can’t say anything for 4.4 though
I found the problem … I was loading the content of the menu with <ng-include src="'/views/leftMenu.html'"></ng-include>. The view path was wrong. With src="'views/leftMenu.html'" everything work fine. I didn’t notice it earlier because it was working fine in the browser.
Just found this thread. I’m developing an app with a side menu, and it keeps not working on Android 4.4 (tested on Samsung Galaxy Nexus and MotoG), but works perfectly on an old Samsung Galaxy Ace with an unofficial 4.1 (installed only to be compatible with ionic ). I didn’t included a button and I’m relying only on the swipe to open the menu, so maybe the menu is working correctly, but my suers are unable to open it. Is it me doing something wrong or this issue is still present in some cases? If you need any additional piece of information, please ask!