Open ghadardwan opened 3 years ago
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... https://github.com/rodrigograca31/Canvas2ImagePlugin/blob/52ec655ad453043f618a68e339927c9579f3d067/plugin.xml#L22 Feel free to send a Pull Request and I will accept it and merge it!
I am getting this warning for adding this plugin 'cordova-plugin-compat' as a dependency for 'canvas2Image'
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.