SlidingMenu
SlidingMenu copied to clipboard
ScrollView and Visibilty Gone not working in android L.
Scrollview and setvisibility not working in android L. It's working on other version but not working on android L. If You need I can share code with you.
Can you share your fix? Thanks!
@c620644 I am still waiting for a reply from Sliding Menu Developer.
Guys, look at number of issues.
This project is abadonned... And why not use a NavigationDrawer/SlidingPannel instead ?
Meantime you can share it here, in this thread.
Your problem is likely the value of targetSdkVersion in the manifest, try increasing it to say 19...
Hi All, Do anyone found solution of this problem, as I am also facing the same issue. I am using SlidingMenu as RIGHT mode and have a ScrollView as its content, whenever I open SlidingMenu not a single component is clickable and also I am not able to Scroll ScrollView. And then when I close SlidingMenu , My Activity content also behaving same , neither clickable nor scrollable. Please Help !!!!
I had similar issue, enabling hardwareAcceleration in manifest solved it.
@ziem saved my day. Thanks:)