37coins / android-gateway

SMSgateway
Other
11 stars 11 forks source link

Load Screen interrupted by Timeout #22

Closed johannbarbie closed 10 years ago

johannbarbie commented 10 years ago

Status: When the internet connection is very slow, the modal dialog appears even though the app is loading. Desired: If possible, even though it takes minutes, the app should finish loading.

Tasks:

dmitrycrocodilys commented 10 years ago

Algo of page loading:

  1. WebView sends 'progress' value. (we have no instruments to affect on it)
  2. if web-view load progress didn't change for more than 20 seconds, show ...

the only thing we can do is to increase timeout value