uppload
uppload copied to clipboard
Failed to execute 'createObjectURL' on 'URL'
Hey I am trying to use uppload version 3.2.1 with ionic angular, but while uploading images through android I'm getting Failed to execute 'createObjectURL' on 'URL': Overload resolution failed.
. I searched a little bit and it seems to me that createObjectURL doesn't work on ionic, here's an issue regarding the same -- https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/478. Do you have any ideas on how I can avoid using this method? Thanks.