标签: webview
如何在Swift中增加webView loadRequest中的字体大小。 我在我的项目中使用HTML代码。
webView.loadRequest(NSURLRequest(url: NSURL(fileURLWithPath: Bundle.main.path(forResource: "HtmlCode", ofType: "html")!) as URL) as URLRequest)
运行此代码时字体太小。如何增加字体大小。