You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by alunny <gi...@git.apache.org> on 2012/10/07 23:56:43 UTC

incubator-cordova-ios pull request: Control dataDetectorTypes through plist

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 <al...@gmail.com>
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.

----