Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Base64 encoding.

  • 3 replies
  • 5 have this problem
  • 13 views
  • Last reply by Altres

Hello. Why not an android version does not support base65 encoding ??

Hello. Why not an android version does not support base65 encoding ??

Chosen solution

Base64 in what context? Please provide an example of how you are using it.

Read this answer in context 👍 1

All Replies (3)

Reply here

Chosen Solution

Base64 in what context? Please provide an example of how you are using it.

background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP48ePHMwAJowPPomkYQgAAAABJRU5ErkJggg==);

All browsers load the background, but not firefox for android.