Hacker News new | ask | show | jobs
by nebulon 3421 days ago
Very nice and simple. Just what I was looking for, since firefox does not have a "make this url into a webapp" feature anymore.

Unfortunately, one of my use-case apps would not work correctly: https://chat.cloudron.io

Is there any way one can get to the web inspector, or at least dump the web console output to the terminal?

1 comments

I've added web console dump and caching. If you git checkout and run with qt5webview.py -u https://chat.cloudron.io/home -c the login screen pops up. The -c flag enables caching
Thanks a lot for the quick fix, works great now.