mrnelsen opened a new issue #221: URL: https://github.com/apache/cordova-plugin-statusbar/issues/221
iPhone Xr iOS 14.6 When using the status bar plugin with `overlaysWebView(false)`, I am noticing that using the native html video player in full screen mode will at times cause a reverting of the overlaysWebView property. Note: after this error occurs, it can be fixed during runtime by executing this code -- `overlaysWebView(true); overlaysWebView(false);` Scenario A - Steps to reproduce: 1. Setup app to use `overlaysWebView(false)` 2. With page containing <video> player, use the player controls to toggle full screen mode 3. Rotate device to trigger landscape mode 4. Rotate device to trigger portrait mode 5. Close the player using the "X" icon near the top left of the screen 6. Status bar now overlays web view Scenario B - Steps to reproduce: 1. Setup app to use `overlaysWebView(false)` 2. With page containing <video> player, use the player controls to toggle full screen mode 3. Close video player by swiping down on the screen 4. Status bar now overlays web view Before error occurs:  After error occurs:  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
