gpt4 book ai didi

android - 三星设备忽略 webview 自定义字体

转载 作者:太空狗 更新时间:2023-10-29 14:15:33 26 4
gpt4 key购买 nike

我正在制作一个 Android 应用程序,并且在我的一些 Activity 中使用了带有自定义字体的 WebView。现在我正在一些安卓设备上测试我的应用程序,我发现三星设备完全忽略了我的自定义字体并在 webview 中使用他们自己的字体(默认三星字体)!我正在使用 WebViewloadDataWithBaseURL 方法并使用 "file:///android_asset/" 作为基本 URL。感谢您的帮助。

更新:这是代码

String style2="<style type=\"text/css\">@font-face {font-family: 'myface';src:url('file:///android_asset/fonts/WebYekan.ttf') } body {font-family: 'myface'!important;line-height:25pt;overflow:hidden;color:#555;margin:0px;text-indent:0px;text-align:justify}</style>";
wv.loadDataWithBaseURL("file:///android_asset/","<html dir=\"rtl\"><head><meta content=\"minimum-scale=1.0, width=device-width, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"><meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\"/>"+style2+"</head><body>"+text+"</body></html>","text/html","UTF-8",null);
wv.setVerticalScrollBarEnabled(false);
wv.setClickable(false);
wv.setLongClickable(false);
wv.setFocusable(false);
wv.setFocusableInTouchMode(false);
wv.getSettings().setLoadWithOverviewMode(true);
wv.getSettings().setUseWideViewPort(true);
wv.getSettings().setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);

p.s:此代码适用于 HTC、华为、LG 等其他设备安卓版本:>4

最佳答案

实际上,在 Android 4.1 的 WebView 中可以正常工作的各种字体在 Android 4.2 中不再工作。你更新你正在使用的版本。

关于android - 三星设备忽略 webview 自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22552453/

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