-
Notifications
You must be signed in to change notification settings - Fork 361
Description
When uploading large image particularly from a mobile device with low bandwidth, it may take many seconds. I had previously mistakenly considered the editor is not working well with inserting image on mobile device because of the slowness.
It will be good to provide some visual feedback for the progress, such as a hourglass or progressbar, and for failure due to network problems or server problems.
Technically this may be a built-in feature of next release of the editor. Alternatively , publish the observable of the httpclient upload as implemented in https://github.com/kolkov/angular-editor/blob/e43864eb55f41297698eb7b5bf86f6ec1e8a93a0/projects/angular-editor/src/lib/angular-editor.service.ts
so application developers may catch HttpEventType.UploadProgress to implement whatever visual feedback.