开发者

Android equivalent of UIWebView in Xcode

开发者 https://www.devze.com 2023-01-01 20:29 出处:网络
Coming from an iPhone world... In Android, I am looking for an iPhone UIWebView-like control which can display HTML and let me catch clicks on links and stop the navigation. My app开发者_运维百科s di

Coming from an iPhone world...

In Android, I am looking for an iPhone UIWebView-like control which can display HTML and let me catch clicks on links and stop the navigation. My app开发者_运维百科s display text with commands as href's in the HTML.


Check out android.webkit.WebView for the display, and WebViewClient for dealing with clicks on links.

0

精彩评论

暂无评论...
验证码 换一张
取 消