You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/11/29 00:23:58 UTC

[jira] [Created] (CB-1952) Document InAppBrowser events, InAppBrowser API and options

Shazron Abdullah created CB-1952:
------------------------------------

             Summary: 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

[jira] [Commented] (CB-1952) Document InAppBrowser events, InAppBrowser API and options

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Comment Edited] (CB-1952) Document InAppBrowser events, InAppBrowser API and options

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507337#comment-13507337 ] 

Shazron Abdullah edited comment on CB-1952 at 11/30/12 2:03 PM:
----------------------------------------------------------------

Update the Wiki page as well for the [spec|http://wiki.apache.org/cordova/InAppBrowser], and [tests|http://wiki.apache.org/cordova/InAppBrowserTest] 
                
      was (Author: shazron):
    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