Reputation: 17073
I want to test a web-app in android, so I launched the emulator through eclipse. For some reason, I'm not seeing any of the background images. They come through fine in all regular desktop browsers and in iOS.
Is this a flaw in the android emulator? Is it fixable? Should I be concerned about actual android display?
Upvotes: 2
Views: 724
Reputation: 17073
It turns out that android doesn't display base64 encoded bg images in css.
Upvotes: 2