swift禁用webView对H5中数字,链接,日期,地址,电话号码做解析
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift禁用webView对H5中数字,链接,日期,地址,电话号码做解析相关的知识,希望对你有一定的参考价值。
showWebView.dataDetectorTypes = .None //swift禁用webView对H5中数字,链接,日期,地址,电话号码做解析 其UIDataDetectorTypes属性: static var PhoneNumber: UIDataDetectorTypes { get } // Phone number detection static var Link: UIDataDetectorTypes { get } // URL detection static var Address: UIDataDetectorTypes { get } // Street address detection static var CalendarEvent: UIDataDetectorTypes { get } // Event detection static var None: UIDataDetectorTypes { get } // No detection at all static var All: UIDataDetectorTypes { get } // All types
以上是关于swift禁用webView对H5中数字,链接,日期,地址,电话号码做解析的主要内容,如果未能解决你的问题,请参考以下文章
Android 关于WebView加载H5禁用记住密码对话框
如果它进入webview(swift),如何在webview中打开链接