martiina
martiina
Hi. Thanks for your reply. The type exists already. :) Tried context.routeData; Nothing changed. The result still persists. tried also context.router.root.push instead of context.router.push() to navigate another screen but still...
Don't know if related but after some digging I found something: ``` @override void didPush(Route route, Route? previousRoute) { print(previousRoute?.settings); if (route.settings is CustomPage && previousRoute?.settings is CustomPage) { final...
Eddit: I think I've got somewhere. with: `context.tabsRouter.routeData;` and above `didPush` override i get the events now.
THe issue remains, if I do above, using: tabsrouter.routeData, then I get pushNext/popNext/pop/push events, but I'm losing the didInitTab and didTabChange events, if I use context.routeData, then I can get...
Having the same issue on iOS 17.3.1 and iOS 17.4. requestTrackingAuthorization returns immediately TrackingStatus.denied. iPhone 12 Pro Also, the callback is triggered with button. Same issue as @Bilonik has.
Hi. Thanks for the answer. I ran with Xcode 15.3 previously. Don't even have access to 15.4