Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计 Windows 8 Reader 应用程序,我必须使用控件在“Webview”中显示 HTML 内容。我现在得到了这个。我的问题是如何在 webview 中增加 HTML 内容中的字体。我不知道如何开始。任何人都可以帮助我..
我主要为android开发。但我确实有一个朋友遇到了同样的问题。你可以做些什么来解决这个问题是为 webview 调用 javascript 。
这样您就可以从您调用的 javascript 中编辑网站的样式。
但这就是我现在要寻找的方向..
编辑..
它应该是这样的:
YourWebView.InvokeScript("your script", null);