The-ring-io/flutter_phoenix

onWillPop is not hit after restarting the app using phoenix.rebirth.

Closed this issue · 1 comments

I am using GlobalKey for navigatorKey of MaterialApp. I am using onWillPop on the scaffold of my home page. Before restarting the app using phoenix, Android back button is intercepted by onWillPop and I am able to do my stuff. However after rebirth onWillPop is not hit on Android back button press. Home page is the first page on the navigation stack.
Any idea what could be the issue?

Not really without seeing some code..
You probably have found your issue as of now...