tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

not working with cordova-plugin-wkwebview-engine #90

Open bob-926 opened 4 years ago

bob-926 commented 4 years ago

following --> Deprecated API Usage Apple will stop .... I have tried to remove all UIWebView instances using cordova-plugin-wkwebview-engine, as documented.

cordova-plugin-crypt-file compiles correctly, but on opening it shows a white screen with a series of "random crypt" characters

if i remove cordova-plugin-wkwebview-engine everything works fine

to reproduce the problem just create an empty project :

cordova create hello com.example.hello HelloWorld cordova platform add ios cordova plugin add https://github.com/apache/cordova-plugin-wkwebview-engine.git cordova plugin add cordova-plugin-vkwebview

cordova run ios

cordova@9.0.0 ios@5.1.1