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 9B8FFDDAF for ; Fri, 30 Nov 2012 14:04:00 +0000 (UTC) Received: (qmail 23628 invoked by uid 500); 30 Nov 2012 14:04:00 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 23562 invoked by uid 500); 30 Nov 2012 14:04:00 -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 23405 invoked by uid 500); 30 Nov 2012 14:03:59 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 23392 invoked by uid 99); 30 Nov 2012 14:03:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 14:03:58 +0000 Date: Fri, 30 Nov 2012 14:03:58 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <599469218.45140.1354284238709.JavaMail.jiratomcat@arcas> In-Reply-To: <1223125599.36246.1354145038610.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CB-1952) Document InAppBrowser events, InAppBrowser API and options 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-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507337#comment-13507337 ] Shazron Abdullah commented on CB-1952: -------------------------------------- Update the Wiki page as well for the [spec|http://wiki.apache.org/cordova/InAppBrowser], and [tests|http://wiki.apache.org/cordova/InAppBrowserTests] > Document InAppBrowser events, InAppBrowser API and options > ---------------------------------------------------------- > > Key: CB-1952 > URL: https://issues.apache.org/jira/browse/CB-1952 > Project: Apache Cordova > Issue Type: Sub-task > Components: Docs > 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