Nightly build #1511 for cordova has succeeded!

2020-08-19 Thread Apache Jenkins Server
Nightly build #1511 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/1511/consoleFull - Jenkins for Apache Cordova

Re: [DISCUSS] Unarchive & Un-deprecate cordova-plugin-device-orientation

2020-08-19 Thread julio cesar sanchez
I guess you mean this issue https://github.com/apache/cordova-plugin-device-orientation/issues/52 To be clear, the web API still works on iOS 13, but it requires to request a permission first with DeviceMotionEvent.requestPermission(); But the permission request has a few issues that I have

Re: [DISCUSS] Revive/Undeprecate cordova-plugin-file-transfer

2020-08-19 Thread Harel Mazor
I too face the same issue. I have a large file - between 100 MB and 300MB which I need to download and save in the local file system (SQLite database file that I don't want to split). When using regular angular/ionic http client on iOS the app crashes to the "white screen of death". Using this