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.

3 votes
3 answers
134 views

JavaScript Eval: in case of error display a correct script reference link in console

If I eval a script with intentionally made mistakes I get an error log in console with a script reference link at the right side. For instance, here is the script: my_script = 'const a = 2;\nconst b = ...
lucifer63's user avatar
  • 626
0 votes
0 answers
6 views

video tag html does not work in Chrome when source is a http stream whit vlc

Currently I have VLC media player streaming a video file out through http on port 8080. <!DOCTYPE html> <html> </head> <body> <h1>video</h1> <video ...
armin good's user avatar
0 votes
1 answer
33 views

During Navigation This Error is showing ("There are multiple heroes that share the same tag within a subtree") What would be the reason?

Home Screen import 'package:flutter/material.dart'; import 'package:shoes_app/Widget/Navigation.dart'; import 'package:shoes_app/Widget/Shoetile.dart'; import 'package:shoes_app/model/Shoemodel.dart';...
Abdullah Sheikh's user avatar
1 vote
1 answer
42 views

Why does this print on two pages (of which one is blank)?

I am trying to have HTML generate a PDF that fits exactly one page. I would expect this to do the job: <!DOCTYPE html> <html> <head> <title></title> <style> @...
simone's user avatar
  • 5,045
0 votes
0 answers
23 views

Iphone 14 specific media query

I need to apply some CSS only for iPhone 14, but when I am trying to apply Media query in iPhone 14 in that case it also applying in iPhone 15 because both the device having same media query as below ...
Vicknesh's user avatar
2 votes
2 answers
223 views

Stop Chrome iOS auto-detecting numbers followed by letter "m" as metre units, and adding an underline to auto-convert the unit to other lengths

Chrome for iOS is detecting a number immediately followed by the letter “m” as a metres length unit, and it adds a dotted underline to it which when tapped offers a unit conversion feature. Ideally I ...
TFOH's user avatar
  • 113
0 votes
0 answers
8 views

PWA: notification sound, vibration , sound reminders without user gesture

I am currently developping an ordering-management-system. I chose PWA mainly for budget and skills reasons. For this app, I need some important features to make sur the orders will be seen by the ...
Poumon's user avatar
  • 31
0 votes
0 answers
14 views

Chromium build can't find crate

When I build Chromium 126.0.6478.3, I get the following error [1404/60934] RUST local_rustc_sysroot/lib/rustlib/x86_64-pc-windows-msvc/lib/libstd_std.rlib FAILED: local_rustc_sysroot/lib/rustlib/...
l yy's user avatar
  • 1
0 votes
0 answers
18 views

Constantly getting redirected to login and home pages

As of recently I am constantly being redirected to the login and home pages on various sites. The redirects happen as follows: I am browsing the site, clicking on a couple things, and here and there ...
Honeybadger's user avatar
-1 votes
0 answers
13 views

disable chrome search autocomplete search suggestions

When searching "git" the first search result is autocompleted as github.com. I would prefer that the first search result would be "git - DuckDuckGo search". search results I've ...
Joshua Van Sant's user avatar
1 vote
1 answer
132 views

1SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure

Could not launch the browser (Chrome, Edge, etc) I have latest build of Chrome : 126, Selenium : 4.22.0, java.version: '22.0.1'. Exception in thread "main" org.openqa.selenium....
user12091391's user avatar
0 votes
0 answers
19 views

When I use Jupyterlab in google chrome to write code, It Raise "SyntaxError: invaild non-printable character U+00A0", but safari has not this problem

When I use Jupyter lab in chrome browser, it always autoadd special character in my code resulting a SyntaxError SyntaxError: invalid non-printable character U+00A0 When I delete this special ...
Hu Yifan's user avatar
0 votes
0 answers
31 views

How to execute simple script like auto scroll on local file

When I put code on console (F12) on normal page this code works, normally has https:// address. But when it comes to local file or when i open pdf on browser, the F12 code doent work, but when you ...
Iso I's user avatar
  • 9
0 votes
1 answer
53 views

Access to Third-Party Google Signin Cookies in Google Chrome

While trying to assess the impact of the upcoming phaseout of third-party cookies in Google Chrome, I built a simple page containing the "Sign in with Google" button. When disabling third-...
Mathis's user avatar
  • 41
0 votes
0 answers
20 views

Chrome Print Preview is not matching actual printout

I have a web application that generates some printouts. Different printout needs different printout settings, and I have set this using CSS. So, when I change the settings, chrome shows the print ...
Sarar Rafid's user avatar

15 30 50 per page
1
3 4
5
6 7
4851