msd117 commented on issue #197:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/197#issuecomment-636036163


   > For others who experience the same thing - 
[this](https://stackoverflow.com/questions/30994342/customizing-the-blank-screen-before-splash-screen-and-videos-not-playing-in-full)
 was the solution for me:
   > 
   > > In the "platforms\android" folder under your project 
[platforms\android\app\src\main], open the AndroidManifest.xml and search for 
android:theme inside the  tag that contains android:name="MainActivity" and 
change the default value (that is 
android:theme="@android:style/Theme.DeviceDefault.NoActionBar") to 
android:theme="@android:style/Theme.Translucent". Save the file and build your 
project again, the grey screen should desapear.
   
   I did try this solution and it is working fine as well but it creates a new 
problem when we open the keyboard, I can see the screen behind the app for few 
milliseconds also happens when we close the keyboard... I guess that is because 
the app theme is transparent (Translucent)
   
   does this happen to you as well? @rozza-m 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to