Yosi Golan
Yosi Golan
In my case the issue was a weak password... Apparently, login from visual studio with weak password is not allowed anymore. I found it out by installing GitHub Extension for...
you can use the command: ionic cordova plugin add --force cordova-plugin-photo-library and then use cordova-plugin-file version 6.0.0
Sure, here it is: [main.log](https://github.com/ylexus/jiotty-photos-uploader/files/9376456/main.log)
Hi @ylexus . Any new regarding this? maybe there is some workaround? Thanks
Hi @ylexus . couldn't find any image larger than 200MB or video that is larger than 10gb (not even close). Can you create a private release that catch this exception...
Thank you @ylexus will try that and update
Hi. I am getting now a different ending error:  in the upload failures section i see that some files has the "entity too large error". Does it means the...
hey @snobojohan the solution window.addEventListener( 'touchmove', function() {}) dont work for me on iphone with ios 11. do you know what am i doing wrong? Thanks
Hey @Somethingideally Thank you! it solved it! i do it a little differently to destroy the event subscription when the component is destroyed: @HostListener('touchmove', ['$event']) private onTouchMoveEvent(event:Event): void { event.preventDefault();...
Hey the solution window.addEventListener( 'touchmove', function() {}) dont work for me on iphone with ios 11. does anyone knows what am i doing wrong? Thanks