question

SofTourSistemas-6337 avatar image
0 Votes"
SofTourSistemas-6337 asked JessieZhang-2116 commented

Xamarin Forms: Blank screen when starting the app (but only in Droid?)

Sooo, yeah. That is basically the problem.

Start the app in iOS, Splash page. Do the same in Android, a 5 to 10 seconds blank page and then the app finally starts.
We tried the "add some splash image" approach, but it didn't help, the blank space still appears before.

I believe that is all to say in that matter.

dotnet-xamarin
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JessieZhang-2116 avatar image
1 Vote"
JessieZhang-2116 answered JessieZhang-2116 commented

Hello,


Welcome to our Microsoft Q&A platform!

Does this problem occur when you use the following code in App.cs

  MainPage = new NavigationPage(new MainPage());

If yes,this is a known issue when navigating to the main page.

You can follow up this issue here: https://github.com/xamarin/Xamarin.Forms/issues/11993 .

And you can comment to raise the priority of this issue.


Best Regards,


Jessie Zhang


If the response is helpful, please click "Accept Answer" and upvote it.



Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

According to GitHub, none.

We'll see if there is an alternative to our predicament.

0 Votes 0 ·

For this issue, we have to wait the xamarin development team to resolve this issue and release a new version. Sorry again for the inconvenience caused to you.
Could you please mark my reply as answered so that it will indicate the direction to follow the problem who have similar problem? Thanks in advance.

1 Vote 1 ·