Skip to main content

Questions tagged [google-chrome]

[google-chrome] is for questions related to development with Google Chrome, a web browser that uses the Blink rendering engine. Warning! General support for the browser is off-topic: questions about using or configuring the browser should be posted on https://superuser.com. Chrome OS and Chromium are off-topic: questions about [google-chrome-os] or [chromium] should use those tags.

google-chrome
0 votes
0 answers
28 views

Google Canary, Docker and Gemini Nano

Can I run the latest Google Canary with the Gemini Nano model in a Docker container in headless mode and interact with the model via Selenium (execute_script)? If so, how do I do it?
aasdf1xa's user avatar
-1 votes
1 answer
38 views

Django Website not accessible on some browsers

I have a web app built with django that is hosted online on a subdomain. It was working fine until a few days ago when certain users started getting errors trying to access it where it would say ...
William Jorgensen's user avatar
0 votes
0 answers
23 views

Dropdown Menu isn't Showing when Overflowing Certain Selector of Specific URLs, Scrollbar is To Thick and doesn't have a delay when I Hovering It

I use "Stylus" addon/extension in Firefox and Chrome and I know that webkit-scrollbar is not supported in Firefox, so I used scrollbar-width. I know that some URLs have some limitation to ...
zyxwvut 13 years old's user avatar
1 vote
1 answer
22 views

Nextcloud Talk Failed to establish signaling connection. Retrying error only appears on chrome browser

After migrating from the old to the new signaling server, I'm experiencing an issue with Talk when I try to use it i get the "Failed to establish signaling connection. Retrying..." error on ...
Tengo's user avatar
  • 21
1 vote
0 answers
20 views

Karma Test Fails with Chrome For Testing Browser

I am trying to execute the karma-jasmine test case by using Chrome For Testing browser. If I execute the test with Installed Chrome browser then the test works fine, but if same test get executed with ...
Yogesh's user avatar
  • 175
0 votes
1 answer
23 views

Is there a way to get better image rendering performance in Chrome when scrolling?

I have a container set to display image thumbnails with a css grid. There are about 5000 image elements and if I scroll too fast, Chrome can't seem to manage to display them quickly enough and it ...
Chris_F's user avatar
  • 5,318
0 votes
0 answers
22 views

Why Chrome tab memory keeps growing and heap size stays the same until it runs out of memory?

I tried to analyze the memory snapshot using chrome memory tool, As well as trying to use the performance analysis tool, so far I have not found the reason, is it possible to debug the contents of ...
Zoe Lee's user avatar
0 votes
0 answers
10 views

window.addEventListener('load',... does not trigger on Chrome on iOS (iPad)

We are using identity Server 4. We are using .NET Core RazorPages web-applications. They authenticate via openid-connect While authentificating,the client is redirected to a html page with a hidden ...
Hagen Munsch's user avatar
0 votes
0 answers
12 views

react-native ios done button in chrome not triggering event onSubmitEditing

In Chrome on ios when browsing a react-native site with a there are two buttons 'Done' above the keyboard and the 'Enter' key on the bottom right, both should trigger 'onSubmitEditing' but only the ...
oisins's user avatar
  • 11
0 votes
3 answers
137 views

Favicon doesn't show on Google Search

So the favicon for my website (a 256x256 .ico file) doesn't show up on Google Search. It shows the vercel logo, but when you click on the website, the correct favicon shows up in the browser tab. Even ...
Ansh Tandon's user avatar
0 votes
0 answers
16 views

How can I open a Chrome profile with a proxy?

I want to use Python to open a specific chrome user profile, but it should use a proxy. proxies = [ "http://username:pw@ip:port", "http://username:pw@ip:port" ] ...
Max Raffles's user avatar
0 votes
0 answers
31 views

How to handle google recaptcha v3 in angular?

Recently I've been working in an angular app where I need to use google recaptcha V3 in its landing page. I've found the documentation and a example of it's implementation: https://www.npmjs.com/...
Andres Felipe Ariza Calderon's user avatar
0 votes
0 answers
23 views

Chrome translation breaks click event's target

I have a click handler function for a button on my web page. The handler knows which operation to execute based on the button attributes via event.target.dataset. It worked as expected until some ...
Anton Duzenko's user avatar
0 votes
0 answers
27 views

I'm developing a Flutter web app where I need to load content from a private URL (HTTPS) that requires specific trust anchors

I have implemented WebView in my Flutter app to load content from a private HTTPS URL. However, in both cases, I encounter a trust anchor issue. The specific error message I receive is: ` I/...
Vishal Dubey's user avatar
-1 votes
0 answers
28 views

Chrome debugger's ignore list is not working

I am debugging a node js application in the chrome and would like to skip the node internal files. Even after enabling ignore list and adding patterns to skip certain files, the debugger still steps ...
Saumitra Kulkarni's user avatar

15 30 50 per page