kumo01GitHub commented on PR #1112: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1112#issuecomment-3875029268
@GitToTheHub I got the build error reason. The `_settings` is a property of `CDVWKInAppBrowserViewController` but I defined `isAllowedScheme` as private method of `CDVWKInAppBrowser`. It's my trivial mistake... I think the point is who should check scheme. I think `CDVWKInAppBrowser` should do as other schemes. So that I restored it. -- 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]
