evoactivity commented on issue #188:
URL:
https://github.com/apache/cordova-plugin-splashscreen/issues/188#issuecomment-758821245
I've been able to replicate this issue in an emulator.
In android studio create a new device for a Nexus 5x with the Oreo framework
API 27 and run the app, you should see it happen the first time the app is run.
I can only trigger it again if I close the emulator and compltely wipe the data
for it. I see the white overlay breifly, Android shows a dialog explaining the
app is fullscreen, which seems to remove it, and then when you click ok the
white overlay appears again for the lifetime of the app.
When the issue is visible I see nothing in the layout inspector that I think
would cause it, but I'm not a native android developer so I could be missing
something.
I thought it may be related to
```java
cordova.getActivity().runOnUiThread(new Runnable() {
@Override
public void run() {
getView().setVisibility(View.INVISIBLE);
}
});
```
but commenting this out doesn't seem to have any affect. I actually don't
understand how the webView regains it's visibility.
I'm a bit lost of what could possibly be causing this.
----------------------------------------------------------------
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]