ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 220 forks source link

Only one fragment showing in stack #227

Open vinasignage opened 4 years ago

vinasignage commented 4 years ago

Currently I use swipe layout on current fragment. I want to see previous fragment behide the current fragment. Can you support for this function?

ncapdevi commented 4 years ago

I'm not sure that I understand the question. Could you elaborate with some code examples of what is not currently possible?

vinasignage commented 4 years ago

I use a function swipe to dismiss fragment. I want to see fragment behide the current fragment when i do swiping.