### Capacitor Version Capacitor Doctor Latest Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/android: 7.4.2 @capacitor/ios: 7.4.2 Installed Dependencies: @capacitor/android: not installed @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/ios: 7.4.2 [error] Xcode is not installed ### Other API Details ```Shell npm version: 8.19.4 node version: v20.14.0 ``` ### Platforms Affected - [x] iOS - [ ] Android - [ ] Web ### Current Behavior Part of my webview is hidden by the upper part of the phone with sensors, etc I have tried to avoid this by adding this in the capacitor.config.json but it has no effect ` "ios": { "contentInset": "always" },` See the reproduction with the minimal example ### Expected Behavior I would like that the webview is reduced to be clear from any obstacle ### Project Reproduction https://github.com/Toto5931/app-mini ### Additional Information 