Ayyaz Zafar
Ayyaz Zafar
Thanks a lot. I'll review it, check and will let you know. Also kindly try to help with this issue https://github.com/jbavari/cordova-plugin-video-editor/issues/91 I'll really appreciate. Thanks in Advance.
I am also getting error java.io.IOException when I capture image.
I am using samsung galaxy s5 with android version 6.0.1
I found reason and solution of this issue. Reason: New versions like marshmallow has new permission rules. They have different logic as compared to old android versions. Marshmallow needs app...
@scopsy I requested this permission: WRITE_EXTERNAL_STORAGE Because cordova-plugin-video-editor needs that permission to perform its functions. Here you can see list of all permissions which you can request on runtime: https://developer.android.com/reference/android/Manifest.permission.html
I am getting this error when I tried to upload file: Severity: Runtime Notice Message: Declaration of MY_Upload::initialize() should be compatible with CI_Upload::initialize(array $config = Array, $reset = true) Filename:...