Questions tagged [chromium]

Chromium is the open source web browser project from which Google Chrome draws its source code.

Chromium is the open source web browser project from which Google Chrome draws its source code.

The project's hourly Chromium snapshots appear essentially similar to the latest builds of Google Chrome aside from the omission of certain Google additions, most noticeable among them being Google's branding, auto-update mechanism, click-through licensing terms, usage tracking, and built-in PDF viewer.

Chromium uses the Blink layout engine.

See

4191 questions
1
vote
2 answers

input[type=color] with predefined values not working since chromium 107

I have an input[type=color] with some predefined values:
kolaente
  • 1,252
  • 9
  • 22
1
vote
0 answers

Web Serial API Not Persisting Port Access

I'm building a PWA with Nuxt.js that uses the Web Serial API to communicate with our proprietary hardware. It works as expected (i.e. the port will be available without user action the next time you load the web app unless the browser security is…
Sveetly
  • 13
  • 1
  • 3
1
vote
0 answers

Can I print to two different printers from a browser without the user selecting printer each time?

We have a web-application and need to print a normal A4 page and a sticker with a custom format. We have 2 different printers for this. Is there a way to tell the browser what printer each print shoud be executed on? Having the user change printer…
1
vote
1 answer

C# - Using CefSharp Chromium Web Browser to Print To PDF and Fit to Page

I'm using ChromiumWebBrowser to convert a local html page that might have images in it to PDF in order to print it on a kiosk printer. The dimensions of the PDF should be 80mm x 200mm. The following is the code so far: using (var browser = new…
Majd Odeh
  • 181
  • 1
  • 11
1
vote
1 answer

Angular form population via JS

I am new to Angular and I need to populate the inputs of this form from outside of the browser via injecting JS (Winform Chromium control).
ILIA BROUDNO
  • 1,539
  • 17
  • 24
1
vote
0 answers

Raspberry Pi Chromium: QR-Code for Whatsapp Web doesn't load

I want to make a python program controlling my browser on my Raspberry Pi Model B+ using Raspberry Pi OS, but am running into a very basic issue. When opening web.whatsapp.com on the installed Chromium browser, the QR code used to link one's phone…
allesman
  • 25
  • 5
1
vote
0 answers

Bug Android serving local files net::ERR_FAILED

As part of the development of our mobile app we are experiencing a local video playback issue in the Android WebView. Technical stack: Ionic/Angular Capacitor (Native runtime acting as an interface between the webview and native code) Java…
brospars
  • 11
  • 5
1
vote
0 answers

SSL Certificate on Android not beeing used by Chromium

I am currently trying to reach my own web-service via Chromium on Android 8.1 I have installed the Certificate for the Server, but when I try to reach my service I get a "Your connection is not private" Error. To install the CA I have downloaded it…
Maxis
  • 47
  • 5
1
vote
0 answers

Recompile Chromium to allow running both headless and user-data-dir

I couldn't use headless Chrome with --user-data-dir parameter. After some research I saw that it's happening by design in order to prevent bypassing Google's reCAPTCHA. Since Chromium is open source, I would like to recompile it in order to support…
1
vote
0 answers

Code coverage in Chromium browser's console is not updating, I can only see state on page load, not subsequent changes

This question is about "Code coverage" feature in chromium developer tools. In chrome/chromium code coverage no longer updates. I can only see the state at the page load. Before (~ year ago) when I clicked on some button that ran some code, the new…
asdjfiasd
  • 1,572
  • 15
  • 28
1
vote
1 answer

Loading large javascript in script tag leads to error "Out of memory" in chrome 105 version

We have developed an offline Application where we store json in Javascript file inside a variable, and only load single required javascript when clicked on button(We dont load all at once). with the help of javascript. var view ; var…
Ajit Hogade
  • 1,072
  • 9
  • 29
1
vote
2 answers

Div title does not show complete string

I have got a problem with the code snippet below. As you can see hovering over the "Hello" should show %Test%.Identification.CustomerNumber as a tooltip. The problem is that the first "%" letter is not shown in the tooltip, so there is only…
Marcel Müller
  • 368
  • 3
  • 17
1
vote
0 answers

How do I import a chrome devtools coverage to analyze it?

Chrome/Chromium has this amazing coverage report feature (DevTools > Coverage Tab). Chrome allows to me export this report as JSON. But I cant find a way to import this report to Chrome again. How do I import the JSON export created by the Coverage…
htho
  • 1,549
  • 1
  • 12
  • 33
1
vote
0 answers

Primefaces video streaming issues on Chromium, works in Firefox

I'm using Primefaces to stream a video. On Firefox everything seems OK, the video loads correctly and I can skip through the video as expected. On Chromium, though, I cannot skip through the video (tried Chrome and…
Janus Engstrøm
  • 103
  • 1
  • 12
1
vote
1 answer

Playwright - "Verify it's you" message only for chromium, while trying to login to Google

I'm writing a Playwright test that starts with a Google Auth0 login. After I fill my test user and password in the UI (google login), in Firefox and Webkit the authentication passes successfully, while, on Chromium, I'm getting the Verify it's you…
Yaniv Efraim
  • 6,633
  • 7
  • 53
  • 96
1 2 3
99
100