Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android <img> tag does not support base64 encoded images #124

Open
thenewguy133 opened this issue Nov 18, 2020 · 0 comments
Open

Android <img> tag does not support base64 encoded images #124

thenewguy133 opened this issue Nov 18, 2020 · 0 comments

Comments

@thenewguy133
Copy link

thenewguy133 commented Nov 18, 2020

If I use a normal http URL for my tag src it works fine. However if I try to use the format below with a base64 encoded image on Android it does not work. It does work on iOS with no issues.

<img src="data:image/png;base64, MyEncodedDataHere" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants