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:
   
![example1](https://user-images.githubusercontent.com/13125441/136265639-a8826a2b-01dd-43ad-bc7c-419f86683a53.png)
   
   After error occurs:
   
![example2](https://user-images.githubusercontent.com/13125441/136265647-21777840-9de4-4d32-9f8c-573fc07cac78.png)
   
   
   


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

Reply via email to