Pinank Lakhani

Results 5 issues of Pinank Lakhani

Here is my code ``` this.cropperSettings2.width = 200; this.cropperSettings2.height = 200; this.cropperSettings2.keepAspect = true; this.cropperSettings2.croppedWidth = 200; this.cropperSettings2.croppedHeight = 200; this.cropperSettings2.canvasWidth = 415; this.cropperSettings2.canvasHeight = 300; this.cropperSettings2.minWidth = 200; this.cropperSettings2.minHeight...

If we don't select any value from the list and press tab than it's going to set undefined in the textfield. The issue is in plunker code also: [(http://plnkr.co/edit/A5CW2e?p=preview)]. Also...

bug

I have made APIs in Django and uploading a file from the IOS app. I'm passing file by converting it into data using multipart request. It's uploading fine from the...

I have integrated this lib with my angular application. It is working fine in high speed network but in case of low network voice & video are getting freezed. I...

question