Android 不渲染 webfonts (PhoneGap)

发布于 2025-01-01 08:08:23 字数 290 浏览 1 评论 0原文

我在 Android 中渲染本地网页,并包含本地引用的 webfonts,格式为 woffttfsvg不是通过 HTTP 获取)。但是,这些根本不会在两个不同的设备(API 2.2 和 2.3)上呈现,并且控制台日志保持为空。当然,这些字体在任何支持 webfonts 的浏览器上都可以正常工作,甚至可以在比 Android 上使用的 WebKit 版本 (533.1) 更旧的旧 WebKit 版本 (529.x) 上运行。有什么线索我在拼图中缺少哪一块吗?

I render a local web page in Android and include locally referenced webfonts in woff, ttf and svg format (not fetched via HTTP). However, these are not rendered at all on two different devices (API 2.2 and 2.3) and the console log keeps empty. Of course the fonts work just as they should on any webfonts-capable browser and even old WebKit versions that are older (529.x) than the WebKit version used on Android (533.1). Any clues what piece I am missing in the puzzle?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丿*梦醉红颜 2025-01-08 08:08:23

好吧,看来这是一个长期存在的 Android 错误,其中 Web 视图触发 local() 源引用并丢弃其他源。 为您提供了如何跨平台定义字体的更详细答复,这样他们甚至可以在 IE 上工作。

Ok, seems as if this is a long-standing Android bug, where the Webview pokes on a local() source reference and discards the other sources. This gives you a more detailed response how to define your fonts cross-platform, so that they even work on IE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文