mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
571 stars 278 forks source link

Remove first splash screen #191

Closed jovigor closed 4 years ago

jovigor commented 4 years ago

How can i remove first displayed splash screen? Since there are two:

mgks commented 4 years ago

Only the first one is a splash screen and second one is a load screen, it's inside the main layout xml itself. You can remove it easily but meanwhile content loads, users will see white screen only, which in my opinion isn't very pretty.

Diaver commented 4 years ago

@jovigor image

jovigor commented 4 years ago

Huge thanks