itkach / aard2-android

Aard2 for Android, a simple dictionary app
GNU General Public License v3.0
458 stars 97 forks source link

Bad internet connection - Scrolling down flickering #110

Open francwalter opened 4 years ago

francwalter commented 4 years ago

Hallo At the moment I am a while in a bad internet situation. This when I noticed a strange behavior: An article is loaded from a slob but the images are not yet available. Now I want to scroll down to read the article but it is jumping up again. I can only drag fast down, then it jumps over the image and after that it's working. I found later that I can press Volume down, this works good. No big deal, I just wanted to mention. Thank Frank

Auf Xiaomi Mi A1 mit Android 9

MHBraun commented 4 years ago

Confirm this behaviour. I recognized this rare event as well. Did not think about to report it as I was in a hurry with something else.-- Sent from my Android phone with WEB.DE Mail. Please excuse my brevity.On 8/11/20, 12:15 franc notifications@github.com wrote:

Hallo At the moment I am a while in a bad internet situation. This when I noticed a strange behavior: An article is loaded from a slob but the images are not yet available. Now I want to scroll down to read the article but it is jumping up again. I can only drag fast down, then it jumps over the image and after that it's working. I found later that I can press Volume down, this works good. No big deal, I just wanted to mention. Thank Frank Auf Xiaomi Mi A1 mit Android 9 —You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

ce-4 commented 3 years ago

I had this issue as well, if its very annoying you can disable image loading for cellular data and request images on demand per article when your reception is good.

francwalter commented 2 years ago

Again in bad internet connection, that issue is again visible. Is there a way to avoid it with some code change? Possible? Thanks

francwalter commented 2 years ago

Possible to fix this issue easily too? Maybe it's just a little code to add? To disable loading is a bit unhandy :(

itkach commented 2 years ago

My impression is that this is internal behavior of WebView component, I don't think I have control over this