首頁
隨機
登入
設定
贊助
關於維基學院
免責聲明
搜尋
學科
:
IOS/KB/UIWebView
語言
監視
編輯
<
Subject:IOS
|
KB
要點
編輯
可以設置CSS屬性-webkit-touch-callout為none關閉默認的鏈接上下文菜單
如果想截獲WebView的觸控操作,最佳做法是子類UIWindow,overwrite sendEvent:。
參考
編輯
How to receive NSNotifications from UIWebView embedded YouTube video playback - Stack Overflow
Customize the contextual menu of UIWebView
,很充實的一篇。
iOS WebView remote html with local image files - Stack Overflow
,遠端頁面調用本地資源。