Thanks @pdyraga for this update! I've been testing it and found the fade out 
doesn't work correctly. The splashscreen fades out but it fades to a white 
background rather than the app. If I switch back to the original plugin, it 
fades to the app correctly. It's likely something related to this change, do 
you know what it could be?

**edit: found a way around it:**

    <style name="SplashScreenStyle">
        <item name="android:windowBackground">@color/transaprentColor</item>
        <item name="android:colorBackground">@color/transaprentColor</item>   
        <item name="android:statusBarColor">@color/primaryColorDark</item>    
    </style>



[ Full content available at: 
https://github.com/apache/cordova-plugin-splashscreen/pull/137 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to