Michael Lee
Michael Lee
I recommend applying encryption at the application-level, storing data as blob/string and exposing indexes, as required. Encryption at lower-levels of the stack are a bonus and whilst they add layers...
Supported: macOS 10.15.7 > Chrome 95.0, Safari MSWin 10 > Edge 95, Chrome 95, Firefox 93 Unsupported: macOS 10.15.7 > Firefox 93.0 Android 9 > Firefox 93.2, Chrome 94
https://github.com/ebidel/filer.js/pull/69 was invalid and I don't see another. I've used this in production before: ``` // Prevent errors in browsers that don't support FileError; TODO: This is hokey if ((self.FileError...
We reverted Preact and have not re-implemented to review further. Once these are fixed, we will take it for another spin.
We experience the same problem on iOS and Android web view.
https://www.npmjs.com/package/pulltorefreshjs also does not work with Cordova web-view. Folks may like to look at how Ionic V1 solved this problem.
Long-time Cordova user here. I experienced this today and had to terminate my terminal tab/process and run again in a new process. `ionic cordova build android --release` OSX: 10.15.4 Cordova:...
Interestingly Android web-view works perfectly, iOS and web have the same .SVG issue.
It could be due to the library not using CSS namespaces. I'll review our implementation to see if it's something we are doing in the parent/host app.
Contrary to the README.MD, to install you must reference the repo not the Cordova plugin registry: `cordova plugin add https://github.com/apache/cordova-plugin-file-transfer.git`. Can you please update the readme or the Cordova plugin...