Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6C44D20E for ; Tue, 9 Oct 2012 21:02:59 +0000 (UTC) Received: (qmail 4373 invoked by uid 500); 9 Oct 2012 21:02:59 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 4352 invoked by uid 500); 9 Oct 2012 21:02:59 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 4344 invoked by uid 99); 9 Oct 2012 21:02:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 21:02:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alunny@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-ia0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 21:02:53 +0000 Received: by mail-ia0-f175.google.com with SMTP id b35so1161875iac.6 for ; Tue, 09 Oct 2012 14:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=3z7lwapcDN/EcgEvJqHBzDwHosmyChYYCGfCAmGico0=; b=t9vsdmpuYhZlilX1Rei6SgeU0RwodJIfVN1a9sWqntFfG355x/82qZTNfFQtPN4ibk AtC0sWozIaXIWsTWQrY/FQV4HblpsumqoDyP6UHLmNhE14Po/408RufHLVFPC+e4JwfG Q6tVTthkn0l4iNv95N8Szylwlyhy1eK1bAGQUXZyfZtbar07R4I5G4bYVJVX3mPp5mNW 6qxYBIMbWJ4LyfJ3jfjOZdk7jBS/vpWwx1SUsBhjAHcAv8UkX1P9UyupCuEk9uFWf3gU +WhrIqu4EMwpq3+Q3/hbaP7lK/MiqKrNUWtIY60EEiXv/x3yfp8C2WMYyJobT/x/s4ih 1EGw== MIME-Version: 1.0 Received: by 10.50.193.170 with SMTP id hp10mr3177388igc.63.1349816552580; Tue, 09 Oct 2012 14:02:32 -0700 (PDT) Received: by 10.64.92.137 with HTTP; Tue, 9 Oct 2012 14:02:32 -0700 (PDT) Reply-To: alunny@gmail.com In-Reply-To: References: Date: Tue, 9 Oct 2012 14:02:32 -0700 Message-ID: Subject: Re: Adding a DataDetectorEnabled Setting From: Andrew Lunny To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9340dfb20e56204cba6a811 --14dae9340dfb20e56204cba6a811 Content-Type: text/plain; charset=ISO-8859-1 On 9 October 2012 13:04, Andrew Grieve wrote: > Android browser support the meta tags as well I think. Not sure if it also > has a WebView API for toggling it though. > I don't see anything on http://developer.android.com/reference/android/webkit/WebView.html that looks equivalent. > > > On Tue, Oct 9, 2012 at 3:31 PM, Shazron wrote: > > > I believe that meta tag is iOS only, since it is iOS only requiring it > > to be in Cordova.plist should be ok. I'm not sure what other platforms > > use. > > > > > > On Tue, Oct 9, 2012 at 12:18 PM, Andrew Grieve > wrote: > > > Regarding alunny's pull request for iOS: > > > https://github.com/apache/incubator-cordova-ios/pull/56 > > > > > > The idea here is that users can set a flag in their Cordova.plist file > to > > > disable auto-linkification of emails and telephone numbers. You can do > > this > > > already using meta tags: > > > > > > > > > > > > Andrew's heard reports of the meta tags not working, but cannot > reproduce > > > this failure. Could be user-error? EIther way, thought it would be > worth > > at > > > least mentioning on the mailing-list. > > > > > > My only concern is that users may set this property and not include the > > > meta tags in their app, and then have something that works on iOS and > not > > > other platforms. OTOH, it maps directly onto a UIWebView property, so > > seems > > > reasonable to expose. > > > --14dae9340dfb20e56204cba6a811--