InteractivePopGestureRecognizer issue on swiping back

54 views Asked by At

I'm navigating to a details screen from chat messages screen. The chat message screen contains custom keyboard which will be presented when chat messages screen is opened. On navigating the screen from chat to details screen everything works fine. When I try to navigate to previous screen(chat screen) using interactivePopGestureRecognizer, keyboard appears on top before the current navigation completes. How to fix this?

I tried by hiding the custom keyboard by hiding based on gesture progress, didn't worked.

0

There are 0 answers