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 上,您可以使用 UIWebView。您将希望对其进行子类化并定义任何自定义行为。
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html