First of all, thank you for giving this powerful library to us.
I am trying to achieve that pushing fragment like iOS modal at following image link. But the library removing current fragment before pushing. I haven't found fit fragment hide strategy to apply.
Maybe i am missing something. Should i show this modal with DialogFragment ? How can i push fragment without removing current one ? Also removing fragment after pushing would be acceptable animation appearance.
First of all, thank you for giving this powerful library to us.
I am trying to achieve that pushing fragment like iOS modal at following image link. But the library removing current fragment before pushing. I haven't found fit fragment hide strategy to apply.
https://developer.apple.com/library/archive/featuredarticles/ViewControllerPGforiPhoneOS/Art/VCPG_SlideTransition_fig_8-1_2x.png
Maybe i am missing something. Should i show this modal with DialogFragment ? How can i push fragment without removing current one ? Also removing fragment after pushing would be acceptable animation appearance.