wmps-davew opened a new issue, #1087: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1087
# Bug Report ## Problem With release of iOS26 and Liquid Glass, done/close button in footer toolbar looks incorrect when built using latest release. ### What is expected to happen? Maintain existing look and feel, or adjust to include specific configuration for Liquid Glass ### What does actually happen? Done/close button is converted to a restyled button, and ignores any settings. ## Information Example Before: <img width="256" height="84" alt="Image" src="https://github.com/user-attachments/assets/628e04da-0b6d-4c57-9951-85ae7ce42605" /> After: <img width="256" height="74" alt="Image" src="https://github.com/user-attachments/assets/d84e607c-d844-4480-857c-d4d4177ba765" /> This can be fixed by using "UIDesignRequiresCompatibility" set to "YES" in the info.plist, however this is noted as being a temporary solution and should not be used for production/release. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> Simply build and deploy on latest SDK using iOS26 device. ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Mac OS 26 and iOS 26 device ### Version information Cordova 12.0.0 Cordova iOS 7.1.1 inappbrowser 6.0.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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]
