简体   繁体   中英

Android 2.x weird characters

I'm doing some mobile testing on browserstack and have begun looking at older devices. I'm getting a strange character encoding in android 2.x browsers - see below

在android 2环境中在browserstack上进行测试

I cannot figure out what would be causing this

Character encoding?

svgs' as background images? I assumed that if a property declaration isn't understood, that it would fallback or ignore it, for example.

.logo-dev { background-image:url(/images/logos/header-logo-dev-white25px.png); background-image:url(/images/logos/header-logo-dev-white.svg); }

or is it a bug in the android emulator?

Has anyone else come across this issue

I found the issue, it was in my css reset

text-rendering: optimizeLegibility;

It has been removed from my code permanently

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM