Drew Rygh
Drew Rygh
# Bug Report ## Problem Setting AutoHideSplashScreen to false has no effect on the first launch of the app on Android. With subsequent attempts to open the app, the configuration...
# Bug Report Minimizing and resuming an application hides the splashscreen on Android. This is an issue because apps may have autohide set to false, and may need to wait...
I'm wondering if there is a recommended way to set custom data on a route, and access that in the `router` subscription handler. **Example:** ```ts router.subscribe((navigationData) => { if (navigationData.requiresAuthentication)...