Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
45 views

I have set up an interceptor to enrich my requests headers before they reach one of my proxies, but I have the following issue: When looking at the proxy logs, I see that the request to download the ...
Youpi's user avatar
  • 1
-5 votes
0 answers
50 views

On my last flight, connecting to the airplane Wi-Fi with my Android phone failed, because Chrome always tried to reach google.com. How do I prevent this routeing? (Doing the same with my iPad worked.)
Willi's user avatar
  • 1
0 votes
1 answer
89 views

Problem: I have been trying to create my own pop-up for a Google Chrome extension that I have been working on. I have barely started, and have already come across an issue with the styling of the pop-...
Raed Mardom's user avatar
-1 votes
0 answers
68 views

I am using Playwright (C#) to automate login on Android Chrome via ADB and CDP (ConnectOverCDPAsync). Chrome launches correctly on the device, remote debugging is enabled, and the target URL loads ...
Mikias Gebresilasie's user avatar
-1 votes
0 answers
42 views

I'm converting html documents to PDF using Chrome's Print To PDF function. I'm trying to link to specific pieces of text. This is my html: <html> <body> <section id="section-...
Max Williams's user avatar
  • 33.1k
2 votes
2 answers
102 views

I have the following test code, where I have several divs in an inline-flex element. The last div contains some "secret" text. The text should not scroll, so its position is absolute. The ...
Isaac Ren's user avatar
  • 153
0 votes
0 answers
44 views

I'm implementing Google OAuth in a Node.js/Express app. Standard sign-in (selecting an already-listed Google account) works correctly. But when a user taps "Use another account" on the ...
Sam12's user avatar
  • 1,815
0 votes
1 answer
55 views

I get strange values of the innerWidth and innerHeight on my android device, using chrome. The minimal code below exposes it. <canvas id="canvas"></canvas> window.onresize = ...
Tornseglare's user avatar
  • 1,217
Advice
1 vote
4 replies
78 views

I’m building a multilingual web app where users often switch between English (en-GB) and Portuguese (pt-PT) while typing in the same session. I can enable spellcheck with spellcheck="true", ...
Filipe Nóbrega's user avatar
Tooling
0 votes
0 replies
57 views

I'm using Chrome web apps on Ubuntu 24.04 to access my corporate virtual machine, which uses Windows App (Windows cloud) as its tool. However, once inside the Chrome web app 'Windows App', when I ...
Igor Mendonça's user avatar
Advice
0 votes
8 replies
106 views

Not sure if I was able to word it well but, I'm sending a link to people that have my personal details in the website if they click on it. Can I make it so they access a version of the website without ...
IAskQuestion's user avatar
1 vote
2 answers
296 views

I've ran into this issue twice now where Selenium WebDriver updates, requiring a new version of Chrome, but Chrome can't detect a new version yet. The first time I experienced this, it took Chrome 15 ...
WormChickenWizard's user avatar
5 votes
1 answer
172 views

I've been debugging for several hours an issue with one of my web applications that actually seems to be browser-dependent. The issue was that if a user logged in with the "wrong" ...
InterLinked's user avatar
  • 1,546
0 votes
0 answers
73 views

I have 2 rendering paths: Pixel mode: draw indexed pixels via CustomPainter Filter mode (CRT/LCD): convert frame buffer to BGRA bytes and call ui.decodeImageFromPixels, then pass ui.Image to a ...
quarks's user avatar
  • 35.7k
1 vote
0 answers
65 views

I have a simple engine loop in Flutter driven by Timer.periodic(const Duration(milliseconds: 16)). Even with a small fixed internal resolution, reported FPS can be very unstable and performance is ...
quarks's user avatar
  • 35.7k

15 30 50 per page
1
2 3 4 5
4811