TruckMovers / cordova-plugin-remote-injection

DEPRECATED: Cordova plugin to allow a remote site to interact with cordova's javascript APIs when loaded within a cordova app.
Apache License 2.0
91 stars 95 forks source link

User is left with blank screen if page load takes too long #3

Closed bradleyjames closed 8 years ago

bradleyjames commented 8 years ago

If the wrapped site is taking too long to respond the user is left with a blank screen. This request is to add a more responsive UI prompting the user to inform them of the state. The user can then either wait or retry the call. The user should always have a way out.

This will only affect the URL of the web view. Any calls made by the site within the web view should handle the behavior according to their own requirements.

bradleyjames commented 8 years ago

Fixed in v0.3.0 release.