zellis-haasl commented on PR #1131: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1131#issuecomment-3996870860
It was intermittent for me, so maybe hard to replicate. Since including i've not seen a blank white screen. Without a scene, `initWithFrame:` creates a detached `UIWindow` - one that exists but isn't associated with any `UIWindowScene` in the scene hierarchy. That's never desirable. This patch makes the scene associated path the primary one, and keeps `initWithFrame:` purely as a last resort fallback. -- 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]
