jcesarmobile commented on pull request #803: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/803#issuecomment-713013090
no, it should still work on any capacitor-android version, even on newer ones, it just replaces constants which might not exist with the number they represent and this other change https://github.com/apache/cordova-plugin-inappbrowser/pull/803/files#diff-b73be6c976a963c35af9c94c6c85447ca3fa5a70f417912f71cce92b16896874L272-L277 just removes `getWebViewClient` usage, which is not available if you compile on cordova-android 6.2.3 (SDK 25) or older, but the code does the same thing. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
