Yosi Golan

Results 12 comments of 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

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...

Hi. I am getting now a different ending error: ![image](https://user-images.githubusercontent.com/18391088/190869478-8e7371bf-b120-4155-9b1f-0e9e1cbc41ce.png) 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