this post was submitted on 25 Jan 2024
33 points (97.1% liked)

Firefox

17571 readers
704 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 
  1. Open any website
  2. Switch to another app and do literally anything
  3. Go back to Firefox
  4. Tab reloads for ~5s and wipes all form data

Poco F3 6GB
MIUI 14.0.9
Fennec 121.1
Battery saver: No restrictions
"media.aboutwebrtc.auto_refresh" - False

I doubt ram is an issue as there is always at least 1.7GB free. This bug has been occuring or a long time. 3 years old reddit post about it

Can I fix it myself or should I wait for it to get patched? I dont know if this is appropriate place to post this, but I cant use github

you are viewing a single comment's thread
view the rest of the comments
[–] lemann@lemmy.dbzer0.com 4 points 7 months ago

Do you have the same issue after rebooting your device?

Android's memory management may be struggling with a lot of cached resources in RAM that are being used frequently, besides Fennec. (Cached resources' memory space may show up as "available", but in reality this space is in use - run cat /proc/meminfo in a command line on your Android to see how much RAM is "free")

When this happens, Android pretty much sends memory warnings to apps as soon as they are moved to the background, forcing them to save the bare minimum data needed to resume, before they are killed by the runtime. Fennec in this case is just saving your active tabs, but not the form data within. This behavior cannot be changed

Only fix in this scenario is to reboot your device AFAIK