Ketan Patil

Results 8 comments of Ketan Patil

This thread is a life-saver. Spent good of amount figuring out the weird error. Thanks a ton @trentm

I have a temporary work-around like this. Do mind the line at the end. Basically prettier ignore is applied on an empty line here. Import statements after that do get...

Sharing my code. Works perfectly in modal, even for multiple instances of image upload on same modal / page. ``` $scope.showQuestionImage = function () { angular.element(document.querySelector('#file-input'))[0].dataset = {}; angular.element(document.querySelector('#file-input'))[0].files =...

Yup. It works for browser, android browser. Will let you know about app in a couple of days.

Send the image (which is in form of a base64 encoded string) in POST request to your nodejs server. Write an API to consume that request on node side. For...

Its working in my project. At least on chrome in android.

Hi outlawbruce, I have tested it on a variety of Android devices. Works well with all of them. I will arrange to test this on a Samsung device and confirm...