kite-project / hope

A new web experience for your B2G and Android devices.
8 stars 3 forks source link

Indicate when tab is loading #18

Open wilsonpage opened 8 years ago

wilsonpage commented 8 years ago

Hope tab should show the progress of a loading tab

wilsonpage commented 8 years ago

@etiennesegonzac do you know how to listen to progress events from a mozbrowser iframe? Don't see anything about it in the docs.

etiennesegonzac commented 8 years ago

The list of events is here [1], looks like we only have mozbrowserloadstart and mozbrowserloadend for now.

[1] https://mxr.mozilla.org/mozilla-central/source/dom/browser-element/BrowserElementParent.js#78

wilsonpage commented 8 years ago

@etiennesegonzac how does Gaia browser display progress then?

etiennesegonzac commented 8 years ago

it's an "infinite" gaia-progress that animates between loadstart and loadend

wilsonpage commented 8 years ago

Gotcha, thanks

wilsonpage commented 8 years ago

I guess we'll have to show some kind of 'indeterminate' progress indicator until we have this type of event.