I noticed, that compiling the plugin against iOS 26, that there are layout issues with the toolbar at the bottom. Before, the toolbar was semi-transparent and the buttons had no borders. Now the toolbar is transparent and the buttons have borders, also the background color cannot be set anymore for the toolbar by the options. That the buttons now have borders should probably be no issue, but they should be aligned correctly in the toolbar and the background color of the toolbar should be set and be configurable. This is not an issue with cordova-ios 8, as this also happens with cordova-ios 7, here a screenshot, what I mean:
[Bildschirmfoto 2025-12-18 um 14.20.30.png] * iOS 18.5 * The toolbar background is semi transparent * The buttons have no borders [Bildschirmfoto 2025-12-18 um 14.17.54.png] * iOS 26.2 * The toolbar background is transparent and not changeable * The buttons have borders * The „Done“-button is rendered with a check mark. The green background color is from the underlying webview and shines trough the inappbrowser to demonstrate, which parts of the inappbrowser are transparent. Should this be done before releasing a release? Manuel Von: Bryan Ellis <[email protected]> Datum: Donnerstag, 18. Dezember 2025 um 13:27 An: [email protected] <[email protected]> Betreff: Re: [Discussion] Releasing cordova-plugin-inappbrowser for cordova-ios 8 I can look into preparing a release for this plugin. This would also be a good opportunity for me to prepare and test part of the new release process. - Bryan On Wed, Dec 17, 2025 at 5:51 AM Niklas Merz <[email protected]> wrote: > I guess it can make sense to release a version 6.0.1 for this fix. > > The coho docs should contain most info for doing a release. I too think > the new release process is not ready yet so we could do a manual > release. If you don't feel comfortable I could assist or take over if > you want. > > On December 16, 2025, "[email protected]" <[email protected]> > wrote: > > The main documentation for this is > > https://github.com/apache/cordova-coho/blob/master/docs/plugins- > > release-process.md > > > > But there's been some very recent changes and I'm not sure how much > > that applies. Erisu has been working towards having GI actions do the > > actual publishing using a trusted token for NPM but I don't think that > > process has been fully fleshed out. > > > > On Tue, 2025-12-16 at 17:03 +0000, Manuel Beck wrote: > > > Hi, > > > > > > currently cordova-plugin-inappbrowser does not work with cordova-ios > > > 8. The InAppBrowser will not get visible when calling > > > „cordova.InAppBrowser.open“, see issue > > > https://github.com/apache/cordova-plugin-inappbrowser/issues/1091. > > > The fix is already present in the master (Pull 1067: > > > https://github.com/apache/cordova-plugin-inappbrowser/pull/1067). > > I’m > > > not familiar releasing something, maybe someone else can do it, or > > > can give me hint, how to do it. Should the version 6.0.1 used for > > it? > > > > > > Regards, > > > > > > Manuel > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] >
