SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

ScrollView and Visibilty Gone not working in android L.

Open vickysaini opened this issue 10 years ago • 8 comments

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.

vickysaini avatar Nov 25 '14 13:11 vickysaini

Can you share your fix? Thanks!

c620644 avatar Dec 03 '14 09:12 c620644

@c620644 I am still waiting for a reply from Sliding Menu Developer.

vickysaini avatar Dec 04 '14 08:12 vickysaini

Guys, look at number of issues.

This project is abadonned... And why not use a NavigationDrawer/SlidingPannel instead ?

leonardoxh avatar Dec 04 '14 11:12 leonardoxh

Meantime you can share it here, in this thread.

c620644 avatar Dec 04 '14 13:12 c620644

Your problem is likely the value of targetSdkVersion in the manifest, try increasing it to say 19...

nemanja-kovacevic avatar Feb 10 '15 04:02 nemanja-kovacevic

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 !!!!

GauravKumawat avatar Mar 16 '15 13:03 GauravKumawat

I had similar issue, enabling hardwareAcceleration in manifest solved it.

ziem avatar Apr 23 '15 10:04 ziem

@ziem saved my day. Thanks:)

tankcong avatar Jul 22 '15 04:07 tankcong