cordova-plugin-actionsheet icon indicating copy to clipboard operation
cordova-plugin-actionsheet copied to clipboard

Added support for Cordova Android 7 (patch)

Open nprail opened this issue 6 years ago • 3 comments

Cordova Android 7.0.0 changed the file structure which breaks this plugin. This PR fixes that.

https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html

nprail avatar Feb 23 '18 20:02 nprail

Hi, thanks! is this change backward compatible with version < 7?

EddyVerbruggen avatar Feb 23 '18 21:02 EddyVerbruggen

Unfortunately, I don't believe it is. I guess that would cause problems since not everyone is on 7. I've actually had to downgrade back to 6 due to lack of support for 7, though. I'm not sure what the best way to handle this would be.

nprail avatar Feb 23 '18 22:02 nprail

Could you try having both the old and new approach in config.xml? So add the new line of code, and leave the current one intact. Perhaps Cordova accepts this..

EddyVerbruggen avatar Feb 23 '18 22:02 EddyVerbruggen