Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning for plugin 'cordova-plugin-compat' not being compatible with cordova-android 9 #20

Open
ghadardwan opened this issue Sep 13, 2021 · 1 comment

Comments

@ghadardwan
Copy link

I am getting this warning for adding this plugin 'cordova-plugin-compat' as a dependency for 'canvas2Image'
image

However, due to the documentation related to the compat plugin,
it is deprecated and no longer being worked on as the functionality provided by this plugin is now included in cordova-android 6.3.0
https://www.npmjs.com/package/cordova-plugin-compat
kindly consider removing this dependency, as I guess it's no longer needed, and including it in the applications may cause a problem or unexpected behavior in the future.

@rodrigograca31
Copy link
Owner

Yeah seems its automatically skipped because we use version ^1.0.0 which matches 1.2.0 which auto detects if the plugin is needed or not.

I my self left a comment on the code in the past but didnt actually remove it...

<!-- DEPRECATED: maybe can be removed? https://github.com/apache/cordova-plugin-compat -->

Feel free to send a Pull Request and I will accept it and merge it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants