android webview 中的阿拉伯字体?

发布于 2024-11-05 03:22:01 字数 79 浏览 0 评论 0原文

我们的网站 url 具有阿拉伯语语言,我们希望像在 android webview 中一样显示,但它的显示不正确,而是相反。你能帮助我吗????

We have site urls having arabic language we want to display as it is in android webview but it is not showing as correctly it is showing in reverse. Can you help me????

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

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

发布评论

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

评论(3

怎言笑 2024-11-12 03:22:01

有一个简单的解决方案。由于正确的顺序字母以相反的顺序显示。为什么我们不写相反的字母呢?
此链接将帮助https://stackoverflow.com/a/13562693/1547539

There is a simple solution of it. As correct order letters display in reverse order. Why not we write reverse letters?
This link will help https://stackoverflow.com/a/13562693/1547539

雪化雨蝶 2024-11-12 03:22:01

只需设置编码:
YourWebView.loadData(YourContentHtml, "text/html; charset=UTF-8", null);

Just set the encoding :
YourWebView.loadData(YourContentHtml, "text/html; charset=UTF-8", null);

陌路黄昏 2024-11-12 03:22:01

我完全理解你的问题,你的意思是:

  [أحمد] Would show as [دمحا]

恐怕这是不可能的,我已经看到一些帖子都确认不能同时完成。

Android 能够在视图中使用自定义 TTF(尽管这有点拼凑,例如有关如何在 API 演示中使用自定义字体的示例),但我不确定如何将其扩展到 WebView,或者是否可以甚至有可能。 使用 Webview 自定义字体

另请参阅:Android中Webview的字体?

I fully understand your issue, you mean:

  [أحمد] Would show as [دمحا]

I am afraid this is not possible, I have seen some post around all confirm that can't be done in the mean time.

Android has the ability to use custom TTFs in views (though it's kind of a kludge, example on how to use custom typefaces in the API Demos), but I'm not sure how to extend this to WebView, or whether it's even possible. custom font with Webview

Also see: font face of Webview in Android?

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