吕侯爷

Results 4 comments of 吕侯爷

I tested it again, and it's not the reason I said. It's when "Hidden = True" that the page doesn't load.

Further research found that iOS could not listen to the callback after the page was loaded

**I found the reason for the error.** If i set navigatorObservers,it will throw exception. ``` GetMaterialApp( navigatorObservers: [ GetXRouterObserver() ], ) class GetXRouterObserver extends NavigatorObserver { @override void didPush(Route route,...