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
We need to support loading/showing images from local URIs in order to avoid possible memory issues that can occur when fetching images with the Filesystem APIs that return base64 strings.
Since we don't support file:// we will probably want a custom scheme we can parse in the webserver and return data to, perhaps capacitor://
The text was updated successfully, but these errors were encountered:
We need to support loading/showing images from local URIs in order to avoid possible memory issues that can occur when fetching images with the Filesystem APIs that return base64 strings.
Since we don't support
file://
we will probably want a custom scheme we can parse in the webserver and return data to, perhapscapacitor://
The text was updated successfully, but these errors were encountered: