WillPopScope customWidget issue
Hello, thank you for the lib. I have a problem with android back button and custom bottom nav bar.
On some pages i have WillPopScope widget, but onWillPop never calls.
Tab1 -> .. Tab2 -> .. Tab3 -> .. Tab4 -> .. Tab5 -> root_page -> second_page // here WillPopScope widget
Works ignoring WillPopScope as Navigator.of(context).pop();
handleAndroidBackButtonPress: false - works as always exit app on back button from any screen
I want to return some value for Navigator.of(context).pop(), but don`t know how to do this with you library. Hope for you help, thanks in advance
Any update?
i have the same issue
Hii @Joyker,
I am still facing this issue in the latest version (version - 4.0.2), can you please explain how you tackle this issue?
Thanks
Having the Same case. I want to return some values from the particular screen which is in the stack.. But WillPopScope never trigger. Any Update on this?
+1