You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "David Gerding (JIRA)" <ji...@apache.org> on 2015/08/28 21:27:46 UTC

[jira] [Updated] (CB-9575) Add a LoadReady event that is rasied when the html for a load request has loaded but before the related/dependent resources have finished loading. (i.e. "the html has downloaded")

     [ https://issues.apache.org/jira/browse/CB-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Gerding updated CB-9575:
------------------------------
    Summary: Add a LoadReady event that is rasied when the html for a load request has loaded but before the related/dependent resources have finished loading. (i.e. "the html has downloaded")  (was: Add a LoadReady event is rasied when the html for a load request has loaded but before the related/dependent resources have finished loading. (i.e. "the html has downloaded"))

> Add a LoadReady event that is rasied when the html for a load request has loaded but before the related/dependent resources have finished loading. (i.e. "the html has downloaded")
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-9575
>                 URL: https://issues.apache.org/jira/browse/CB-9575
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Plugin InAppBrowser
>    Affects Versions: 3.7.0
>            Reporter: David Gerding
>            Priority: Minor
>
> It would be great if the browser "Ready" event were added to the roster of supported events for iOS, Android etc.. builds of the latest inAppBrowser.  
> By Ready event I mean the event that is raised when the html of the document has been retrieved, but well before, typically, the Loaded event is called when all the page related assets like images have completed loading.
> So, to be overly clear, if the current supported events for addEventListener are:
> •  loadstart: event fires when the InAppBrowser starts to load a URL.
> •  loadstop: event fires when the InAppBrowser finishes loading a URL.
> •  loaderror: event fires when the InAppBrowser encounters an error when loading a URL.
> •  exit: event fires when the InAppBrowser window is closed.
> The new version would add:
>   
> •  loadready: event fires the InAppBrowser finishes loading the html of the URL and before loadstop.  
> This is beyond my skill but I'd happily commit to $100 donations to the charity of choice (presumably ASF) for iOS and Android version ($200 total) to the first accepted contribution to work for each platform.
> I'd appreciate any helpful replies or input.
> Thanks,
> Dave Gerding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org