austinhutchison
austinhutchison
I am experiencing this issue, CSS workaround was successful - thank you @lincolnthree ``` Ionic: ionic (Ionic CLI) : 4.10.3 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 5.0.4 @angular-devkit/build-angular : 0.803.25 @angular-devkit/schematics...
My experience here is that `updateItem` will work with a properties parameter, but `updateItemById` does not. Also, it will overwrite existing line item properties.
What I realized is that it is not the request that freezes the UI, it is the promise of parsing of the response that needs to resolve before the main...
I was able to wrangle something together using the functions from this PR: https://github.com/tpyo/amazon-s3-php-class/pull/128 Hope that will point you in the right direction
It's working for me, but I'm using the `cordova-camera-plugin-with-exif` plugin. I use `.getPicture({destinationType,1}).then(imageData...`, then `normalizeURL(imageData['filename'])` then `this.base64.encodeFile(normalizedPath)`