breautek commented on code in PR #1132: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1132#discussion_r2897204634
########## src/ios/CDVWKInAppBrowser.m: ########## @@ -38,6 +38,9 @@ Licensed to the Apache Software Foundation (ASF) under one #define IAB_BRIDGE_NAME @"cordova_iab" +// Common margin for sub views +#define MARGIN 12.0 Review Comment: This might also break once you start using non-default accessibility options like increased font size for example. -- 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]
