-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gracefully handle images #19
Comments
roaming or online/offline toggle? |
I don't think you can see from PhoneGap when phone is roaming. You can of course write simple plugin for it! Community would appreciate. I would find use for it as well. http://stackoverflow.com/questions/12595744/detecting-when-roaming-is-turned-off-in-android |
Would it be possible to download all the images from mediawiki as a zip file? Or we could at least save all the images we show to phone for offline use. |
Images would be complicated as e.g. Hitchwiki is using Wikimedia Commons as well. |
for now: hide gallery I think actually showing images is a bit too complicated for now... |
Sooner or later we will need to do that. Roaming is not important, the user has to decide for himself, whether he wants to be online. |
See http://docs.phonegap.com/en/2.5.0/cordova_connection_connection.md.html#Connection |
Oh and when online, we should use lazyloading to show images only when users really would see them (eg. start loading image when viewport is moving towards them and near enough). This might be little bit difficult to make with mobile screens tho, even with current ready made JS solutions... |
show images when online
fail gracefully when offline or on low bandwidth
The text was updated successfully, but these errors were encountered: