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:19:58 UTC

[jira] [Created] (CB-1949) InAppBrowser - support events

Shazron Abdullah created CB-1949:
------------------------------------

             Summary: InAppBrowser - support events
                 Key: CB-1949
                 URL: https://issues.apache.org/jira/browse/CB-1949
             Project: Apache Cordova
          Issue Type: Sub-task
          Components: iOS
            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] [Resolved] (CB-1949) InAppBrowser - support events

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

Shazron Abdullah resolved CB-1949.
----------------------------------

    Resolution: Fixed

Fix commit - http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/02b5fee9
                
> InAppBrowser - support events
> -----------------------------
>
>                 Key: CB-1949
>                 URL: https://issues.apache.org/jira/browse/CB-1949
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: iOS
>            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