SchabanBo / qlevar_router

Manage you project Routes. Create nested routes. Simply navigation without context to your pages. Change only one sub widget in your page when navigating to new route.
MIT License
87 stars 22 forks source link

Strange "Loading" text on the background #119

Closed gabriel-gheorghe closed 1 year ago

gabriel-gheorghe commented 1 year ago

There is a white screen with "Loading" text centered. It appears when I start the app or when I hot restart. I would like to be able to remove it or change it.

gabriel-gheorghe commented 1 year ago

A screenshot finally captured:

Screenshot 2023-03-14 at 23 30 09
SchabanBo commented 1 year ago

This is the initPage. This page is the default page to show when the app starts until the first route is loaded. to change it you can do

QR.settings.initPage = YourPage();