简体   繁体   English

Android 2.x怪异字符

[英]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.x浏览器中收到奇怪的字符编码-见下文

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

I cannot figure out what would be causing this 我不知道是什么原因造成的

Character encoding? 字符编码?

svgs' as background images? svgs'作为背景图片? 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? 还是Android模拟器中的错误?

Has anyone else come across this issue 还有其他人遇到这个问题吗

I found the issue, it was in my css reset 我发现了问题,这是在我的CSS重置中

text-rendering: optimizeLegibility;

It has been removed from my code permanently 它已从我的代码中永久删除

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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