Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedMi Note3首次进入跳转能看到很明显的黑屏,望解决 #21

Closed
langxing opened this issue Apr 21, 2020 · 3 comments
Closed
Assignees
Labels
more-information-needed Please provide more information so we can reproduce the issue, thank you!

Comments

@langxing
Copy link

No description provided.

@foxsofter
Copy link
Owner

首屏加载较慢,应该是加了个白屏作为进度条,不过还不太友好,你的问题如果能提供demo,可能更快解决 @langxing

@foxsofter foxsofter added the more-information-needed Please provide more information so we can reproduce the issue, thank you! label Apr 22, 2020
@neeboo
Copy link

neeboo commented Apr 23, 2020

在 AndroidManifest.xml 加入 ThrioActivity的设置,加入,在res/drawable里面设置一下你的launch_background,缓解一下这个黑屏

<activity
            android:name="io.flutter.embedding.android.ThrioActivity"
            android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
            android:hardwareAccelerated="true"
            android:launchMode="singleTop"
            android:theme="@style/Theme.Thrio.Default"
            android:windowSoftInputMode="adjustResize" >
            <meta-data
                android:name="io.flutter.embedding.android.SplashScreenDrawable"
                android:resource="@drawable/launch_background"
                />
        </activity>

@no-response
Copy link

no-response bot commented May 13, 2020

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-information-needed Please provide more information so we can reproduce the issue, thank you!
Projects
None yet
Development

No branches or pull requests

4 participants