cordova-plugin-crypto-file icon indicating copy to clipboard operation
cordova-plugin-crypto-file copied to clipboard

Not working with Cordova-iOS 5.1 and ionic web view 4.1.3

Open bhushanpd opened this issue 5 years ago • 4 comments

Hi,

This plugin was working fine with my old project with Cordova-iOS 4.5.3. Now I have upgraded my project to Cordova-iOS 5.1 and Ionic Web View 4.1.3 which is required to make iOS build with only WKWebView. But after up-gradation iOS app is able to build successfully but failing to launch the app successfully. If I removes this plugin then it works correctly.

Kindly verify this issue and let me know the fix. You can recreate the issue by simply downloading ionic sample (ionic start myApp tabs --type ionic1) and by adding this plugin.

bhushanpd avatar Jan 20 '20 08:01 bhushanpd

@PeterHdd Any update on this??

bhushanpd avatar Jan 23 '20 06:01 bhushanpd

Any update Peter? It works perfectly fine on Android but not on iOS.

adijoshi91 avatar Feb 06 '20 11:02 adijoshi91

Hey @adijoshi91 and @bhushanpd I have seen this fork of @PeterHdd 's repo: https://github.com/Anky001/cordova-plugin-crypto-file it seems to have some recent checkins to help with iOS. I'm not sure if these will help, but I wonder if you are able to test it ? I won't have access to test on iOS for a few weeks.. I don't think that we can expect Peter to fix all issues as he volunteers his time.. but maybe this other repo already helps ? or perhaps a few of us can work together to try and get this to work - so that this great plugin doesn't die.. (also I have tried to contact the author of the fork @Anky001 through his email, but i didn't get a reply..)

IllusionVK avatar Mar 08 '20 08:03 IllusionVK

Same issue, the problem is the override for "handleOpenForRead" isn't being called, the reasons why are unknown to me. I tried extending the plugin and got it working with webview 2.x, but this issue persists with 4.1.3

mjacques-notur avatar May 20 '20 15:05 mjacques-notur