Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 859E310683 for ; Sat, 8 Feb 2014 03:38:28 +0000 (UTC) Received: (qmail 65642 invoked by uid 500); 8 Feb 2014 03:38:27 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 65616 invoked by uid 500); 8 Feb 2014 03:38:26 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 65201 invoked by uid 99); 8 Feb 2014 03:38:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Feb 2014 03:38:19 +0000 Date: Sat, 8 Feb 2014 03:38:19 +0000 (UTC) From: "Ian Clelland (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-4671) Add Gesture callback handlers to WebView and delegate to plugins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Clelland updated CB-4671: ----------------------------- Assignee: (was: Ian Clelland) > Add Gesture callback handlers to WebView and delegate to plugins > ---------------------------------------------------------------- > > Key: CB-4671 > URL: https://issues.apache.org/jira/browse/CB-4671 > Project: Apache Cordova > Issue Type: Improvement > Components: Android > Reporter: Ian Clelland > > From http://callback.markmail.org/thread/lrfiy5j7o5tv5ma5, we can enable gesture-recognition in plugins, if we override WebView.onTouchEvent and delegate it through PluginManager to the plugins. -- This message was sent by Atlassian JIRA (v6.1.5#6160)