pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 587 forks source link

Fix opening files when targeting android SDK 28 #269

Closed KleggerKoder closed 4 years ago

KleggerKoder commented 5 years ago

this fixes issue: https://github.com/pwlin/cordova-plugin-file-opener2/issues/268

WuglyakBolgoink commented 5 years ago

any updates???

shnist commented 5 years ago

hi @KleggerKoder, thanks for the pull request! The code you have changed here is 2 years old. If this fixes things when targeting SDK28, is this backwards compatible with older version of the SDK?

JamesPeck commented 5 years ago

Any Update?

shnist commented 5 years ago

I'm waiting for @KleggerKoder to get back to me.

KleggerKoder commented 5 years ago

@shnist Tested and working on targetSdkVersion 28, 26, 24, 23.
Fails on targetSdkVersion 21 and earlier.

nip3o commented 5 years ago

I have this issue and tried installing the plugin from this MR instead of the version in master. I did cordova platform remove android; cordova platform add android after changing the plugin and it seems like the MR version is in the platforms/android/plugins directory, but I get exactly the same error as before. :/

JamesPeck commented 5 years ago

Any updates on this issue?

Eugene2799 commented 4 years ago

same error. not work for me