frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Firefox is the best mobile browser

https://kelvinjps.com/blog/firefox-best-mobile-browser/
112•kelvinjps10•2h ago

Comments

26thCreator•2h ago
Yeah, I have been a firefox user for more than 7 years now and It has everything I need and has a nice community of developer who make useful addons!
ramon156•56m ago
Ad block + a good browser experience, on top of that I've been using the "send to device" a lot more. Wonderful stuff!

I sometimes have to help my mother out with her chrome and I can't fathom how she can navigate anything

mrbonner•55m ago
This is not applicable on iOS. The Firefox app remains a wrapper built on Apple’s WebKit engine rather than a fully native implementation. However, with the recent release of uBlock for iOS, Safari has become significantly more tolerable. I’ve tried many so‑called “browsers” (acknowledging they’re all essentially WebKit wrappers), but none match Safari’s energy efficiency or the seamlessness of its sync features.
CapitaineToinon•40m ago
TIL about UBlock on IOS. Is it good? I've just switched to IOS and have been trying the free version of 1Blocker but it wasn't removing stuff like pop ups.
comprev•40m ago
NextDNS has proven effective for me on iOS. On mobile devices I have the app and my home router is configured to force all DNS requests to use NextDNS servers.
raw_anon_1111•36m ago
Ad blocking has been available an effective since 2015 with iOS 8.
fny•55m ago
The only equivalent to this for iOS is Orion by Kagi. I'm not sure how, but they've managed to avoid drawing apples ire while providing access to both Chrome and Firefox's plugin ecosystems.
Nursie•53m ago
From last I read, Kagi allows installing of all manner of plugins, but very few actually work.
SilverElfin•55m ago
The one issue is that on iOS Apple forces all browsers to use Safari behind the scenes. And you can’t do extensions.
Macha•52m ago
Yeah, the extension thing is the real killer on my iPad, I need to decide between adblock or syncing to my Windows, Android, Linux, etc. devices.
N0RMAN•51m ago
I think that’s not true for EU devices? Not sure if there are any browsers with an alternative engine are actually available though. https://developer.apple.com/support/alternative-browser-engi...
jeroenhd•20m ago
As long as you pass Apple's arbitrary rules, you can make your own browser for iOS. Ladybug uses Apple's test suite as an arbitrary measure of completeness.

However, no browser engine has bothered so far because they'd need to upload a separate app to the app store specifically for EU users, and non-EU developers cannot debug the application on a real device so manpower is region-restricted unless you hack around the limitations.

raw_anon_1111•35m ago
You’ve been able to add real web extensions to Safari on iOS for at least three years. Third party Ad blocking has been available for over a decade.
arunc•53m ago
I used Firefox focus on Android until last month. It drained the battery far quicker than Brave. Brave has been nice on the battery so far.
bikelang•51m ago
Brave is hands down the best ad blocking experience on iOS as well.
glimshe•37m ago
I also use Brave on Android. The performance is better based on my use cases. I hardly see ads.
tombert•30m ago
I think it doesn't background tabs at all. I noticed that the battery got considerably better if I actively always closed all my tabs.
7839284023•52m ago
I would hope that Firefox on mobile got finally better/usable.

I still remember this blog post, which at the the time (late 2021), was 100% accurate: https://web.archive.org/web/20230221123127/https://blog.nori...

mmmpetrichor•52m ago
Firefox mobile was basically the only option I considered for a long time just because it lets you install Ublock origin . Not sure if other mobile browsers have that now too or not. I'm a firefox user on desktop anyway so I love having tab sharing between my phone and all my pcs. They also added a nice feature recently that optionally requires an additional login (fingerprint) to access private tabs. I have found no reason to switch.
randomNumber7•43m ago
The adblock is it. Even if it would be a lot slower and worse than other browsers I would still use it.

Who is voluntarily browsing the internet without adblock?

comprev•42m ago
Probably 99.9% of daily users because they know no different.
naldb•17m ago
I was curious and obviously there is no single exact source but it seems like ~30% of web users have an ad blocker of some kind. Remember that some quite popular browsers include a built-in ad blocker.
0xCMP•34m ago
Ads pay for everything and Google/Meta are making huge profits (minus AI spending)... so probably most people.
agiacalone•10m ago
I teach CS at a state university, specifically computer security. At the beginning of this semester, I did a poll of my students and asked if they use any form of ad-blocking. Less than a third of my students did, and not many more even knew about browsers other than Chrome or Safari. This was out of a class of ~110.

Granted, it's anecdotal, but if 33% of my upper-division CS students don't even know about Firefox and ad-blocking, than I seriously doubt many non-tech people do.

Similarly, after that lecture, I had a student come to my office hours and ask for more info about ad-blockers. I had them open up msn.com and showed them the large banner ad on the page. It took a few seconds for them to even realize they were being advertised to! I then showed them my browser, nice and ad-free.

I get the impression that people have gotten so used to ads flashing in their face that they gloss over them. But the damage is still done.

sirfz•18m ago
I noticed google cloud console runs extremely slow (practically unusable) on Firefox Android while there're no issues with Chrome. No issues with any other site which I find strange.
baal80spam•52m ago
Well, for me Brave is.
mmastrac•51m ago
I've been using it for years and it is really great. I haven't had to open Chrome for a non-working website in quite a while. Adblock is really something -- you _really_ notice it if you have the misfortune of using a different browser.
moelf•46m ago
missed one amazing add-on: https://en.wikipedia.org/wiki/Bypass_Paywalls_Clean
kreativ_py•43m ago
the problem i have is i use google to manage all my passwords. i think i lose that if i switch to non chrome mobile
ilogik•36m ago
I think you can import them easily
zipping1549•35m ago
You should export them to a proper password manager.
LucasOe•43m ago
I wish the article would talk a bit more about security. Here's what the GrapheneOS project has to say about Firefox [1]:

> Avoid Gecko-based browsers like Firefox as they're currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn't have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox's sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn't happening for their Android browser yet.

[1]: https://grapheneos.org/usage

jeroenhd•33m ago
If you're someone who's taking GrapheneOS' thread model into account, a locked down native browser is definitely better.

Chrome has a whole bunch of cool security tricks that definitely outshine many other browsers, but I find it all rather inconsequential when the using Chrome leads to such a terrible, privacy-hostile experience.

hxorr•28m ago
Firefox android doesn't allow opening local file:// HTML files due to their poor sandboxing / security (I don't remember the specifics)

I like the browsing experience a lot but there are a few rough edges for sure.

roschdal•34m ago
Firefox is the best web browser
tombert•31m ago
I don't run Android anymore, but when I did (about two years ago) I uninstalled Firefox because, as far as I could tell, it didn't properly background tabs when the app was closed. I didn't realize this initially, so I was unsure why my battery life was terrible and my phone as always hot. Being able to install extensions was neat, but not worth it for killing my battery.

Suffice to say, I do not agree that it's the "best mobile browser" on Android.

rf15•10m ago
I'm sorry, but I don't think you understand what "the app was closed" means. A lot of people think that all processing goes to the visible foreground app, but that hasn't been true since the late DOS era. Please learn what's what in the system you're using. Clearly it was running in the background because you onlly had another app or the home acreen open.
tombert•3m ago
I'm saying that when I would go back to the home screen, I still think it was using the same amount of power as if it were in the foreground. I think it was using the full amount of processing for each tab the entire time. This is not the behavior that anyone wants for any mobile app ever. I think the app is poorly made, or at least it was in 2023 when I last used it.

I know that kernels are preemptive and have multiple processes running. Feel free to look at my post history if you don't believe me.

Sorry I said the word "closed" when I meant "backgrounded" if that upsets you, but it was pretty obvious what I meant and I am pretty sure you knew that, so I think you're being needlessly pedantic.

3eb7988a1663•29m ago
Maybe the plugin ecosystem can paper over some of the deficiencies, but Firefox is slowly taking away user agency and privacy in the name of simplification / whatever Chrome does.

The recent windmill against which I am tilting: Firefox no longer shows you the complete URL. Either in the address bar or long pressing a link. This is incredibly hostile to those of us with technical proficiency which can inspect a URL to see if it is a bad domain or embedding tracking information we would like to strip.

My other long standing annoyance is that on mobile, I can no longer protect cookies. Always keep the cookie to say my HN login, but allow me to bulk delete everything else. Instead, I am forced to manually go through the cookie page (like 10 at a time) and delete everything I do not want.

brtv•29m ago
I've been using Firefox on desktop for decades and really want to like it on mobile, but I just can't get used to the behavior of new tabs . After just a bit of browsing, it opens 10+ new tabs and there's no way to configure this differently. It's such a shame.
miroljub•28m ago
Firefox lost its momentum a while ago.

I lost trust in Firefox after Brendan Eich scandal and the way they treated him.

Larrikin•13m ago
You lost trust when a guy Mozilla reluctantly hired had his hate for gay marriage become public knowledge?
lordofgibbons•26m ago
Firefox mobile was unusable slow for most sites I visited and had rendering issues - probably not FF's fault, but webdevs only testing on Chrome. Brave has been very fast with all the spyware and ad blocking features I was looking for in FF. I just had to disable all the crypto stuff first.
wiseowise•25m ago
On Android, maybe it is.

Nothing beats Safari UX on iOS, nothing.

You can hate the engine and lack of extensions, but Safari is the only thing that I can use with both hands seamlessly without breaking my fingers.

anonym29•23m ago
>Nothing beats Safari UX on iOS, nothing.

Nothing except for the ads you're forced to see that mobile firefox users don't even know exist, thanks to the full fat uBlock Origin.

wiseowise•8m ago
I use Firefox Focus as a content blocker within Safari.
mediumsmart•6m ago
Orion to the rescue
FlamingMoe•24m ago
i prefer the Brave mobile app. I previously used firefox focus, but I basically just made brave into a focus app by turning on Private Browsing Only, but can also disable the functionality when needed.
dogman123•23m ago
I’m often surprised how little people talk about the iOS Orion browser on here and it’s ability to let you use both Firefox and chrome extensions. I’ve been using it for a while now and it’s been great. It’s a little bit buggy sometimes, but nothing that would make me switch.
terminalbraid•22m ago
It is in fact Waterfox for all the same reasons less unnecessary Mozilla trash
hagbard_c•10m ago
The browser with the best content blocking options is the best browser and at this moment that means Firefox ends up on top. Now that Mozilla is slow-walking towards doing ad-related things themselves I'm no longer running the branded versions but choose F-Droid's Fennec instead. If ever a browser with better content blocking shows up I'll give it a good look and might switch if it turns out to be at least on the same level as Firefox/Fennec.

That's telling for the state of the web but alas, that's where we are. You give them an inch (-high banner ad) and they'll take a mile (-wide page-covering all-encompassing data-slurping javascript monstrosity).

isodev•5m ago
I wish we could get it on iOS too. Unfortunately, Apple is still difficult about alternative engines. Oh well.

We Missed width/height: stretch

https://css-tricks.com/we-completely-missed-width-height-stretch/
1•ulrischa•1m ago•0 comments

Creative Hobbies Like Tango Dancing or Playing Instruments Help Keep Brain Young

https://www.smithsonianmag.com/smart-news/creative-hobbies-could-help-keep-your-brain-young-18098...
1•ulrischa•1m ago•0 comments

Deloitte charged $440K and produced an error-filled report using AI

https://www.youtube.com/watch?v=oN0nViY4gn4
1•hemanthshenoy•2m ago•1 comments

5-min Leanpub interview: programming language cults, digitalization AI adoption [video]

https://www.youtube.com/watch?v=9EGUB-dQlv0
1•muthuishere•2m ago•0 comments

The Consumer Electronics Show in Old Photos: The World's Biggest Tech Show

https://rarehistoricalphotos.com/ces-vintage-photos/
1•bwoah•7m ago•0 comments

Nopkg: Re-use local Python code without pip package setup

https://github.com/BlakeASmith/nopkg
1•blakeasm•9m ago•1 comments

We Ran GPT‑OSS 20B Local on a Phone

https://nexa.ai/blogs
1•BUFU•10m ago•0 comments

Physical Warp Drives

https://arxiv.org/abs/2102.06824
1•dekuma•10m ago•0 comments

Compounding Engineering for Claude Code

https://github.com/EveryInc/every-marketplace
1•gdudeman•17m ago•0 comments

Dunkin' Donuts started as Quincy, MA coffee/doughnut shop: Now 10k US locations

https://www.bostonglobe.com/2025/10/10/business/dunkin-donuts-scott-murphy-bain-capital-carlyle-i...
1•bookofjoe•18m ago•1 comments

Root causes of 2024/2025 open source supply chain compromises

https://words.filippo.io/compromise-survey/
1•FiloSottile•19m ago•0 comments

Free BTC daily price (vibe code)

https://dailysatprice.com/data/latest.csv
1•alexnewman•19m ago•0 comments

Beware Moral Confidence

https://www.overcomingbias.com/p/beware-moral-confidence-d54
1•paulpauper•22m ago•0 comments

Consciousness could emerge from Glymphatic-generated Electromagnetic Fields

https://meded.georgetown.edu/news-stories/exploring-the-symphony-of-the-human-mind/
3•danielmorozoff•23m ago•0 comments

The Case Against 30-Year Mortgages

https://www.wsj.com/opinion/the-case-against-30-year-mortgages-0cbd6d56
3•paulpauper•23m ago•4 comments

A Talk with Sun Microsystems CEO Scott McNealy (2002)

https://www.bloomberg.com/news/articles/2002-03-31/a-talk-with-scott-mcnealy
1•loughnane•23m ago•0 comments

Ian Smith's Memoir *Bitter Harvest: The Great Betrayal

https://marginalrevolution.com/marginalrevolution/2025/10/ian-smiths-memoir-bitter-harvest-the-gr...
1•paulpauper•24m ago•0 comments

ProtonVPN, NordVPN and Surf Shark Admit to Monitoring VPN Users Activity

https://twitter.com/tpvsean/status/1977009811423220101
3•rasengan•24m ago•2 comments

Jamba Reasoning 3B

https://huggingface.co/ai21labs/AI21-Jamba-Reasoning-3B
3•FranzJosef•25m ago•0 comments

Capy Reader – A smallish Android RSS reader

https://github.com/jocmp/capyreader
1•vin92997•30m ago•0 comments

Tutorial: Build ChatGPT App Todo App

https://github.com/codeaholicguy/chatgpt-app-todo
1•hoangnn93•30m ago•0 comments

States are in recession or close to it, new analysis finds

https://www.axios.com/2025/10/09/trump-tariffs-immigration-recession-states
3•srameshc•31m ago•0 comments

A Year of Gentoo

https://arch.dog/bark/year-of-gentoo
1•birdculture•37m ago•0 comments

Convert any PDF into a fillable form

https://github.com/jbarrow/commonforms
1•nuwandavek•38m ago•0 comments

When dirt meets data: ScottsMiracle-Gro saved $150M using AI

https://venturebeat.com/ai/when-dirt-meets-data-scottsmiracle-gro
1•dollar•39m ago•0 comments

The New Longest Nonstop Flight Is a 19-Hour Ordeal from JFK to China

https://www.jalopnik.com/1991291/new-worlds-longest-nonstop-flight-xiamen-air/
3•rntn•43m ago•0 comments

The Whitworth Three Plates Method

https://ericweinhoffer.com/blog/2017/7/30/the-whitworth-three-plates-method
1•oidar•44m ago•0 comments

Dev Services for Spring Boot Using Arconia

https://www.thomasvitale.com/arconia-dev-services-spring-boot/
1•thomasvitale•46m ago•1 comments

Every Artist Has a Favorite Subject. For Some, That's Math

https://www.nytimes.com/2025/10/10/science/mathematics-art-roelofs.html
2•julienchastang•50m ago•0 comments

India Opens Up Its Stock Market to Millions for $3/Month

https://www.bloomberg.com/news/videos/2025-10-10/india-opens-up-its-stock-market-to-millions-for-...
3•thelastgallon•51m ago•0 comments