Allan Poppe
Allan Poppe
Maybe you need to use cordova-plugin-android-permissions to check and request for WRITE_EXTERNAL_STORAGE permission before selecting image. ``` if (this.platform.is('android')) { try { const permission = await this.androidPermissions.checkPermission(this.androidPermissions.PERMISSION.WRITE_EXTERNAL_STORAGE); if (!permission.hasPermission) throw...
Any news on this?
Ok, I've found a solution, but be aware, this solves only my case, I haven't tested in another cases. As I need my images in blob format, I added 2...
I haven't tested with another use cases (by using another parameters). My use case is this: ``` ``` This will always return an image that's maximum 1000px width or height,...
Nice @kaoz70. I'm glad I was helpful.
Any news on this?
I'm also having this issue, with no lucky of success.
Same issue here.
I have this exactly same issue, but with the 'AniTheme': ``` (node:4872) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead. [00:56:57] Starting 'clean'... [00:56:57] Finished 'clean' after 40 ms [00:56:57] Starting...
Hi @hliberato! I'm also having this issue, and it started last week. Have you found a solution?