dpogue commented on PR #1695: URL: https://github.com/apache/cordova-ios/pull/1695#issuecomment-5419363749
> I think it's a little bit wrong to hide/show the status bar in `scrollViewDidChangeAdjustedContentInset:` depending on `scrollView.contentInsetAdjustmentBehavior == UIScrollViewContentInsetAdjustmentNever`. This is how we detect changes to `viewport-fit`: `viewport-fit=cover` causes the `contentInsetAdjustmentBehavior` to be `UIScrollViewContentInsetAdjustmentNever` <small>(because WebKit still doesn't expose `_webView:didChangeSafeAreaShouldAffectObscuredInsets:` as public API, so we need to react based on the scrollView delegate)</small> -- 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]
