You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Describe the bug
Fetching larger images with responseType 'blob' results in inconsistent base64 encoding between iOS and Android.
iOS: encoded string is just one line
Android: encoded string is wrapped and has multiple lines -> this leads to issues when using it as dataUrl in angular
Describe the bug
Fetching larger images with responseType 'blob' results in inconsistent base64 encoding between iOS and Android.
iOS: encoded string is just one line
Android: encoded string is wrapped and has multiple lines -> this leads to issues when using it as dataUrl in angular
Android:
iOS:
To Reproduce
Steps to reproduce the behavior:
responseType: 'blob'
Expected behavior
The base64 encoded result is not wrapped in Android and consistent between the platforms.
Smartphone (please complete the following information):
Additional context:
The text was updated successfully, but these errors were encountered: