dpogue opened a new pull request, #1067:
URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1067

   <!--
   Please make sure the checklist boxes are all checked before submitting the 
PR. The checklist is intended as a quick reference, for complete details please 
see our Contributor Guidelines:
   
   http://cordova.apache.org/contribute/contribute_guidelines.html
   
   Thanks!
   -->
   
   ### Platforms affected
   iOS
   
   
   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   When a Cordova app uses the UIScene APIs introduced in iOS 13, the temporary 
window created for the IAB ViewController is not associated with that scene and 
does not appear on screen.
   
   
   ### Description
   <!-- Describe your changes in detail -->
   On iOS 13 and newer, check if the CDVViewController's owner window has an 
associated scene. If yes, use that when constructing the temporary UIWindow for 
the IAB view.
   
   
   ### Testing
   <!-- Please describe in detail how you tested your changes. -->
   Tested manually using mobilespec in a simulator with cordova-ios@8.0.0-dev.
   
   
   ### Checklist
   
   - [ ] I've run the tests to see all new and existing tests pass
   


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to