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.
是否可以在 iOS 上使用 WebKit(如 Apple 允许的并且可能作为开源静态库提供)?我有一种特殊情况,UIWebView无法为我提供所需的控制,所以我非常想使用 WebKit。我知道 UIWebView 是基于它的,但也会对其进行着色,所以我实际上无法调用我需要的方法。
UIWebView
此外,我还有哪些其他现实的选择来呈现 HTML + CSS 和执行 Javascript?