David Gerding created CB-9575:
---------------------------------

             Summary: Add a LoadReady event is rasied when the html for a load 
request has loaded but before the related/depended 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
            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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to