Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67CCAE3E5 for ; Wed, 28 Nov 2012 23:21:59 +0000 (UTC) Received: (qmail 56720 invoked by uid 500); 28 Nov 2012 23:21:58 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 56677 invoked by uid 500); 28 Nov 2012 23:21:58 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 56607 invoked by uid 500); 28 Nov 2012 23:21:58 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 56581 invoked by uid 99); 28 Nov 2012 23:21:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 23:21:58 +0000 Date: Wed, 28 Nov 2012 23:21:58 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1727385429.36235.1354144918563.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CB-1951) InAppBrowser - support events MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shazron Abdullah created CB-1951: ------------------------------------ Summary: InAppBrowser - support events Key: CB-1951 URL: https://issues.apache.org/jira/browse/CB-1951 Project: Apache Cordova Issue Type: Sub-task Components: CordovaJS Reporter: Shazron Abdullah Assignee: Shazron Abdullah Fix For: 2.3.0 ML thread: http://markmail.org/thread/zyux3r6rqfhv4bti Reference: https://github.com/GoogleChrome/chrome-app-samples/blob/master/browser/browser.js These are the events to be supported: 1. loadstart 2. loadstop 3. exit Example: {code} var webviewRef = window.open('http://google.com', '_blank'); webviewRef.addEventListener('loadstart', function(event) {} ); {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira