4,345 questions
Score of 1
1 answer
72 views
Can I disable pausing on debugger statements in Chromium with Blazor?
When debugging a Blazor web assembly application in Chromium-based browsers (Chrome, Edge), the browser pauses on JavaScript debugger; statements somewhere inside the web assembly implementation, e.g.,...
Score of 1
1 answer
105 views
Why does Chrome on Android not prompt installation of my web app?
My web app has a manifest with the minimum set: name, icons, start_url, display.
What works with Desktop Chrome
Desktop Chrome (Chromium on Linux) displayed the little install icon in the URL bar.
...
Score of 0
1 answer
66 views
Chromium application manifest error "Icon ....svg failed to load"
There is no error regarding logo.png served from the same directory
Firefox seems to have no trouble with any of the manifest
File manifest.webmanifest :
(edit: added corrections suggested in answer ...
Best practices
0
votes
1
replies
54
views
Web browser lib which is not build on Chromium
I want to make my own Web browser and build it trusted enough to pass cloudflare, chromium is fine, but I want to avoid it
Basically, I'm looking for open source library which was not built on ...
Score of -2
1 answer
158 views
Chrome command-line switch --force-webrtc-ip-handling-policy not blocking IP leakage in Release build [closed]
I am trying to launch an isolated Google Chrome instance on macOS with a specific user-data-dir and proxy settings. My goal is to restrict WebRTC to only use the configured proxy (hide the real public ...
Score of 0
1 answer
85 views
CEF Linux SendKeyEvent Ctrl+A produces empty DOM key/code
I am using CEF on Linux (OSR/windowless) with an SDL2 input bridge.
I want to send a native Ctrl+A shortcut to a focused editor using
CefBrowserHost::SendKeyEvent (not a JavaScript selection ...
Score of 0
0 answers
95 views
Enable Overlay Scrollbars in Electron app
There is a chromium flag called "overlay-scrollbar". It is supposed to re-enable css overflow: overlay.
Some websites and articles claim that this chromium flag is disabled. However, it is ...
Score of 1
1 answer
73 views
How to use existing chromium profile for ferrum?
I have setup chromium profile and wish to use that with ruby ferrum library. I copied complete configurations directory into /tmp and passed browser switched, but profile extensions seems to not work....
Score of 0
0 answers
105 views
MV3 service worker killed by `StartTimeoutTimer` on 6W TDP devices ; all extensions fail uniformly, restart loop never self-recovers
i'm working on an MV3 extension that uses webRequestBlocking (deployed in managed education environments). we've hit a reproducible issue on thermally-constrained devices; specifically Intel Pentium ...
Score of 0
0 answers
54 views
Qt6 WebEngine: js: requestStorageAccess: Permission denied. - Need to enable access
I have a very basic web browser in Qt6. When I go into e.g web pages such as https://youtube.com or https://play.geforcenow.com, I will get this message.
js: requestStorageAccessFor: Permission denied....
Score of 2
1 answer
143 views
How to debug high CPU in chrome tab?
How can you debug what is using so much CPU and RAM in Chrome/Chromium? Using the task manage shows this page is gobbling up loads:
https://www.express.co.uk/news/world/2166274/jeffrey-epstein-donald-...
Advice
0
votes
0
replies
79
views
GNOME OSK (gjs-osk) works in main page but hides behind Chromium kiosk window when focus is inside an iframe
I’m setting up an HMI interface on Ubuntu + GNOME. The application is a web page shown in Chromium kiosk mode.
I’m using this on-screen keyboard extension because it’s movable and customizable:
https:/...
Advice
0
votes
2
replies
72
views
Open links in external/default browser when current in KIOSK mode
Windows 10x64
I have an array of browsers (Chrome, Chroimum, FF, etc) and I have a need to run specific app in KIOSK mode in browser (slack/discord) but any links clicked inside that instance has to ...
Score of 2
1 answer
247 views
Chromium-based browsers don't play the video
I'm trying to make a video player with custom controls.
I have a PlayerWindow class that has functionality of basic video control.
There's part of code from its constructor that adds play button ...
Score of 0
2 answers
342 views
HTML to PDF print using Chromium
I would like to automatically print a local HTML file my.html to a PDF using the command line (for automation purposes) and Chromium (version 145.0.7605.0 and above).
I'm trying to do so as follows:
$ ...