this post was submitted on 21 Jul 2025
29 points (96.8% liked)

Android

31366 readers
25 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 2 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] BlackEco@lemmy.blackeco.com 22 points 1 week ago* (last edited 1 week ago) (1 children)

They probably use Javascript to hide/show the navigation bar as you scroll and my guess is that they set its position with Javascript instead of CSS.

[–] brachypelmide@lemmy.zip 16 points 1 week ago (1 children)

Knowing the state of modern webdev that is probably exactly what happens

[–] weirdo_from_space@sh.itjust.works 5 points 1 week ago (1 children)
[–] MotoAsh@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

Nah, uneducated agile development is always a mistake. Just because something "works" doesn't mean it works correctly or efficiently. Many people wrongly believe agile development goes so far as to say you should move on the moment something works. So, when someone implements something in a piss-poor manner, these types simply test it in the most common usage case, see that it "works", and move on. Executives see that it "works" and assume they have fully competent devs. Cycle of shitty products continues.

Could also simply be from a dev that doesn't realize how far CSS has come since the old days where basic styling was about it.

[–] davidgro@lemmy.world 11 points 1 week ago (1 children)

I had bottom-bars appearing around 3/4 of the way down the screen on Firefox on my Android and never did find the actual cause (scoured about:config but no luck) but I solved it by clearing data and starting a new profile.

First I forced closed the app and backed up the file with my tabs using a file manager with root access:

/data/data/org.mozilla.firefox/files/mozilla_components_session_storage_gecko.json

Then cleared the data, launched it and signed in and such, forced it closed again, copied back the tab session file, and launched it again.

[–] Melatonin@lemmy.dbzer0.com 2 points 1 week ago

I did something similar (not quite as thorough) and it worked. Thanks for the tip.

[–] Enkers@sh.itjust.works 4 points 1 week ago* (last edited 1 week ago)

I just tried their site in fennec w/ NoScript and only have their main domain whitelisted. That bar appears at the bottom for me. Not sure what's going on here.