Hi Ralph,
I replied to your ticket, but I'll copy the answer here, if someone else stumbles upon this Android 4.2 bug:
This seems like a bug in Adnroid 4.2 - similar issue is
reported in the Android bug tracker - that some Unicode ranges doesn't get rendered in Android 4.2 WebView, while they worked fine in 4.1. The issue can be easily reproduced without Kendo UI Mobile:
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Hats";
src: url("fonts/-hats.woff") format("woff"),
url("fonts/-hats.ttf") format("truetype");
}
div {
font: 5em/1em Hats;
color: red;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
The only workaround I can think of is that you should use the same Unicode range that we used for our font - starting from \E000.
Regards,
Kamen Bundev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!