GitHub user alunny opened a pull request:
https://github.com/apache/incubator-cordova-ios/pull/56
Control dataDetectorTypes through plist
Setting webView.dataDetectorTypes to UIDataDetectorTypeNone prevents
phone numbers, dates, addresses etc from being automagically turned into
links by the UIWebView.
This patch allows Cordova users to disable this behavior by setting a
property in their Cordova.plist file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alunny/incubator-cordova-ios
data-detector-control
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-ios/pull/56.patch
----
commit 490c02f35e32e9bcf13008ff05e43633044c2a52
Author: alunny <[email protected]>
Date: 2012-10-07T14:53:59-07:00
Control dataDetectorTypes through plist
Setting webView.dataDetectorTypes to UIDataDetectorTypeNone prevents
phone numbers, dates, addresses etc from being automagically turned into
links by the UIWebView.
This patch allows Cordova users to disable this behavior by setting a
property in their Cordova.plist file.
----