gpt4 book ai didi

android - Fontawesome 在我的 android 应用程序中随机显示矩形

转载 作者:搜寻专家 更新时间:2023-11-01 09:40:45 25 4
gpt4 key购买 nike

我正在为 ios 和 android 开发一个 phonegap 应用程序。不知何故,android 版本表现得很奇怪。随机一些字体很棒的图标无法正确显示。这只发生在 android 版本上。

Font-awesome 由本地文件系统提供。我已经做了一些研究。

  • font-awesome.min.css 链接到正确的字体文件。
  • 我的 CSS 中没有任何冲突的字体系列。
  • 我正在使用正确的超赞字体类。
  • Font-awesome 实际上已正确加载。

我希望之前有人遇到过这个问题。

这是我加载超赞字体的代码。

<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" href="css/font-awesome.min.css">

As you can see the font-awesome icons (top left and top right) are showing rectangles, however other font-awesome icons show properly.

最佳答案

做了一些更多的测试,似乎由于某种原因 font-awesome 没有完全加载或什么的。在检查器中更改了一些 css 后,css 刷新,然后图标将正确显示。我无法真正查明确切原因,但看起来它必须对缓存做些什么。我没有将所有 css 加载到头部,而是将 css 放在页面底部。这解决了问题!现在测试了多次,图标一直正确显示!无论如何,感谢您的帮助。

关于android - Fontawesome 在我的 android 应用程序中随机显示矩形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40021622/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com