Closed joshoconnor89 closed 5 years ago
seems like the command is installing an older version. Not quite sure why
ionic cordova plugin add cc.fovea.cordova.openwith --variable ANDROID_MIME_TYPE="image/*" --variable IOS_URL_SCHEME=shareextension --variable IOS_UNIFORM_TYPE_IDENTIFIER=public.image
I forked the repository and did the following and it worked. Still a mystery why, as I did absolutely nothing in the forked repo:
ionic cordova plugin add https://github.com/joshoconnor89/cordova-plugin-openwith.git --variable ANDROID_MIME_TYPE="image/*" --variable IOS_URL_SCHEME=shareextension --variable IOS_UNIFORM_TYPE_IDENTIFIER=public.image
Sorry you had issues with this. There should be fix there. I guess this is because the version on NPM (installed via ionic cordova plugin add cc.fovea.cordova.openwith
) is quite outdated. I am using the not best practise method of installing it via Github (cordova plugin add https://github.com/j3k0/cordova-plugin-openwith .....
).
@j3k0 Should the version on NPM be updated? Can you do that or give access to me?
@NiklasMerz sure. What's your npmjs.com identifier?
Just like Github niklasmerz
https://www.npmjs.com/~niklasmerz
I just published v1.3.0. Please test this version.
Im on cordova 9.0, and when I run:
I get the following error:
I cannot figure out how to get past this. Do I need to rollback cordova to 8.1.2? And its weird it only happens to ios. Android installs fine