You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/25 06:56:06 UTC

[GitHub] [cordova-ios] dpogue commented on issue #674: Any ideas to supports multiple windows?

dpogue commented on issue #674: Any ideas to supports multiple windows?
URL: https://github.com/apache/cordova-ios/issues/674#issuecomment-534882081
 
 
   I've thought about this a bit over the past few weeks, and one challenge is that UISceneDelegate is only available in iOS 13, and cordova-ios still needs to support versions as far back as (currently) iOS 10.  It can be done in a conditional way, but that runs the risk of popular plugins being incompatible due to changes in behaviour of methods on the UIAppDelegate vs the UISceneDelegate.
   
   Definitely something we need to examine in more detail as part of the next major version.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org