this post was submitted on 15 Mar 2025
22 points (100.0% liked)

Android

18657 readers
317 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

πŸ”—Universal Link: [email protected]


πŸ’‘Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: [email protected]

For fresh communities, lemmy apps, and instance updates: [email protected]

πŸ’¬Matrix Chat

πŸ’¬Telegram channels / chats

πŸ“°Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 2 years ago
MODERATORS
 

At times I need to open the developer console/inspect element panel from my phone. The Kiwi browser allowed you to do that but its development has stopped. Are there any other browsers that have this function? Either chromium or firefox-based is fine. Alternatively, do you know of any other workarounds for this that do not involve a computer?

top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (3 children)

I've haven't used it before just now but the Android version of Firefox has an extension called "MobiDevTools" on their extension store. It has various web developer tools, including a developer console. For some reason it doesn't seem to open when I'm on the extension store but it works just fine with every other website I tried.

[–] [email protected] 5 points 1 week ago

it doesn't seem to open when I'm on the extension store

Firefox marks certain pages as privileged and no extensions will run on them. You're probably encountering this issue. You can see the full list here.

[–] [email protected] 3 points 1 week ago (1 children)

Someone mentioned this in the cross-post. It seems the best alternative so far but I think it doesn't let you edit the html, only remove elements, and the network tab doesn't really work because the extension closes on refresh. The console should work fine though

[–] [email protected] 4 points 1 week ago (1 children)

if the console works fine, you should be able to use javascript to edit/manipulate the html. just need to learn a bit of js and css selectors.

[–] [email protected] 2 points 1 week ago

Huh true, and since you get to see ids and class names in inspect it's not too bad.

[–] [email protected] 2 points 1 week ago

For some reason it doesn't seem to open when I'm on the extension store but it works just fine with every other website I tried.

all addons are prohibited to run on a few protected domains like the adfons store. this is an old security measure, desktop has it too

[–] [email protected] 5 points 1 week ago (1 children)

I just use some browser called Element Inspector from Play Store, but it was last updated in 2023, and is closed source.

The about app points to: https://linkbox.su/r/mixno35 which either returns 500 or 504 errors.

Alternatively, you could try desktop Firefox under Termux, but that is probably not the most elegant solution. But it's a good solution for large background uploads it seems.

[–] [email protected] 4 points 1 week ago

Getting another dead browser doesn't make too much sense tbh, might as well keep kiwi. I hadn't thought of the desktop thing, I could try it at some point.

[–] [email protected] 3 points 1 week ago (1 children)

i have a debian os running in termux.

I sometimes use it to debug websites on my phone running desktop version of firefox via vic

[–] [email protected] 3 points 1 week ago

You don't even need to fuck around with Debian chroot/proot. Termux also has an X11 repo. I run XFCE in it, works well. There's less programs available though, but Firefox is there.

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

I think the Kiwi browser has it. EDIT: Or had it when it existed. I don't see it on Google Play anymore.

[–] [email protected] 2 points 1 week ago (1 children)

What exactly do you need it for?

It's possible to debug mobile Chrome by connecting your phone to a desktop. You can even debug some apps that way.

[–] [email protected] 7 points 1 week ago

I know remote debugging is a thing but it requires a computer. Sometimes you want to check something on the go. Alternatively, changing some html on the page when something displays weirdly on a phone (or removing pop-ups but ublock takes care of that too).