Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console for mobile browsers #1541

Open
bartbutenaers opened this issue Dec 17, 2024 · 2 comments
Open

Console for mobile browsers #1541

bartbutenaers opened this issue Dec 17, 2024 · 2 comments
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do

Comments

@bartbutenaers
Copy link
Contributor

Description

Hi guys,

Yesterday I came across a nice javascipt library, that offers a console for mobile browsers, called eruda. So you get your familiar browser developer tools, but now also on your smartphone. It also works on e.g. a desktop browser, but there it is a bit less useful because you already have your browser's developer tools.

That library would be very useful to simplify troubleshooting:

  • To show the errors in your browser console log
  • To see the failed http requests
  • ...

For example my web push failed last weekend on my Android phone, and at the end I had to connect remotely a Chrome desktop browser via an USB cable to see the console logs.

Since not everybody probably needs it, I first thought this would be a good fit for a custom ui node. However I think then a lot of useful information would get lost (i.e. not displayed in the console log or network requests overview), because it will only start capturing information after the custom ui node is fully loaded. Therefore I am wondering if it wouldn't be better to integrate it somehow inside the dashboard itself.

Would love to hear some thoughts.
BTW this is a lower priority feature request!!

Thanks!
Bart

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

@bartbutenaers bartbutenaers added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Dec 17, 2024
@m-schaeffler
Copy link
Contributor

Could this be a kind of plug in?

@bartbutenaers
Copy link
Contributor Author

Good question. Don't know. But I think it should be loaded very early in the process, to allow you to troubleshoot stuff that goes wrong while loading the dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do
Projects
Status: Backlog
Development

No branches or pull requests

2 participants