I cannot reproduce the error from the issue and comments as well. To me this looks good right now. I have not tested Ionic WebView though.
But I'l wait with the release until we sort this out. On May 19, 2026, Manuel Beck <[email protected]> wrote: > I think you mean PR #1640: > > * > "fix: NSInternalInconsistencyException: "No response has been sent for > this task" - second attempt" PR #1640 > [1]<https://github.com/apache/cordova-ios/pull/1640> > > which reverts PR #1606: > > * > "fix(webview): Ensure scheme task is always finished" PR #1606 > [2]<https://github.com/apache/cordova-ios/pull/1606> > > which originally relied on issue #1605: > > * > "NSInternalInconsistencyException: "No response has been sent for this > task" — race condition in CDVURLSchemeHandler“ in 8.0.0 #1605 > [3]<https://github.com/apache/cordova-ios/issues/1605> > > which is because of a race condition in CDVURLSchemeHandler > webView:startURLSchemeTask but I don’t see anything related in there > to Ionic. > > The only related Ionic PR is #1632: > > * > fix(ionic): Add workaround for Ionic WebView plugin #1632 > [4]<https://github.com/apache/cordova-ios/pull/1632> > > which is about Ionic is calling > shouldOverrideLoadWithRequest:navigationType:] instead of > [CDVIntentAndNavigationFilter > shouldOverrideLoadWithRequest:navigationType:info:] which should be > removed in cordova-ios 9 regarding the comment. > > I’m using the master of cordova-ios for a production app which > contains PR#1640 and had no issues. > The original issuer didn’t approve, if PR# 1640 fixes his issue. > Another user commented on PR #1640 that he had still issues with this > PR by swipe-close the app and re-open it, but I couldn’t reproduce it. > > [1] https://github.com/apache/cordova-ios/pull/1640 > [2] https://github.com/apache/cordova-ios/pull/1606 > [3] https://github.com/apache/cordova-ios/issues/1605 > [4] https://github.com/apache/cordova-ios/pull/1632 > > Von: Darryl Pogue <[email protected]> > Datum: Dienstag, 19. Mai 2026 um 18:45 > An: [email protected] <[email protected]> > Betreff: Re: [DISCUSS] cordova-ios release > > I agree the adding of "CDVPluginContinueUserActivityNotification" API > makes it a minor release rather than a patch. > > I know there's a fairly important fix for the Ionic webview in this > release waiting to go out, but I wanted to check where things landed > with that app scheme inconsistency exception. The changes in 8.0.1 > ended up making it worse, and I think Manuel effectively reverted them > in favour of a different approach, but were there still issues there? > > Sorry, I've been tied up with other things recently and haven't had a > chance to touch any of the Cordova stuff I'd been working on. > > ~Darryl > > > On Mon, May 18, 2026 at 11:25 AM Manuel Beck > <[email protected]> wrote: > > > > Hi, > > > > the release should be a minor since I added a new API to communicate > with the SceneDelegate. When scene:continueUserActivity: is called on > the delegate, > > NSUserActivity events received by the active UIWindowSceneDelegate > are forwarded to Cordova plugins via > „CDVPluginContinueUserActivityNotification“. > > > > Regards, > > > > Manuel > > > > > Am 18.05.2026 um 19:34 schrieb Niklas Merz > <[email protected]>: > > > > > > Does anyone have any reason to delay a cordova-ios platform > release? > > > Any outstanding patches to land? I'd also like to merge the > recommended > > > ASF settings for GitHub if there are no objections. > > > > > > If not, I will start the release tomorrow. > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
