bozzaj commented on issue #234: Fix(android): Fix spinner position on Android 9
URL: 
https://github.com/apache/cordova-plugin-splashscreen/pull/234#issuecomment-573449183
 
 
   Ok, I startup up the x86 emulators and was not able to duplicate either with 
the a test app:
   * using [email protected]
   ```
   cordova create test-app
   cd test-app
   cordova plugin add cordova-plugin-splashscreen
   cordova platform add android
   cordova run android
   ```
   
   The only addition I made to the test app was to insert the line:
   ```
   navigator.splashscreen.show();
   ```
   to the js/index.js file, just so the splash screen would stay up. 
   
   However, running the same app on a Samsung Galaxy Tab Active 2 (Android 9) 
and a Samsung Note 10+ (Android 10), I get the issue. I also tested a Galaxy 
Tab A (2018) with Android 9. I don't have any non-Samsung hardware with Android 
9+ available to me today, but I'm pretty sure I can run the test with a couple 
of different non-Samsung devices tomorrow and provide screenshots if need be.
   
   
![Screenshot_20200112-123123_HelloCordova](https://user-images.githubusercontent.com/6741007/72224402-850e4600-3537-11ea-9486-3aca9f86f3ec.jpg)
   
![Screenshot_20200112-121641_HelloCordova](https://user-images.githubusercontent.com/6741007/72224403-863f7300-3537-11ea-81ea-065f5bb6b83d.jpg)
   
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to