evoactivity commented on issue #188:
URL:
https://github.com/apache/cordova-plugin-splashscreen/issues/188#issuecomment-758841861
So I tried recreating again using the same emulator and the reproduction
repo provided by @distinctdan. Running from `cordova run android` reliably
recreates the issue with this emulator setup, I don't need to wipe the device
for it to occur.
When I run with this code left as is
```java
cordova.getActivity().runOnUiThread(new Runnable() {
@Override
public void run() {
getView().setVisibility(View.INVISIBLE);
}
});
```
The white overlay appears reliably. When I comment it out and run again, the
white overlay does not appear and I do not see any side effects of this code
not running? @janpio what is the purpose of setting the webview to be invisible
and how does the view regain visibility?
@distinctdan any chance you could confirm commenting out that code from
SplashScreen.java fixes the issue?
----------------------------------------------------------------
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]