android-flip icon indicating copy to clipboard operation
android-flip copied to clipboard

Navigation drawer appears below the FlipViewController

Open pkid169 opened this issue 10 years ago • 3 comments

Hi,

My app has a DrawerLayout which has a FrameLayout for the main content, and a ListView for the side navigation drawer. The main content has a FlipViewController. After flipping the items in FlipViewController, when I try to swipe the navigation drawer, it appears under the FlipViewController.

I think this behaviour is due to this line "surfaceView.setZOrderOnTop(true);". I have tried the solution suggested for a similar problem here but it didn't work as expected. Do you have any suggestion?

Thanks for the fantastic lib and help.

pkid169 avatar Sep 08 '15 05:09 pkid169

Found a solution?

luccastanan avatar Feb 17 '16 15:02 luccastanan

Hey there, I didn't manage to find a solution to this. All the "solutions" (more like hacks) do not work consistently across devices. So in the end I had to change my app layout to not using navigation drawer. It's a bummer really.

pkid169 avatar Mar 14 '16 19:03 pkid169

@pkid169 , there is no other way to fix this issue ?. Even I'm facing the same issue. I cannot change the navigation drawer. Tried the suggestions given in the link shared by you. But none of them worked for me.

SanPinto avatar Jun 02 '16 08:06 SanPinto