Skip to main content

All Questions

0 votes
0 answers
22 views

setZoom not working in Chrome but is working in other browsers

I am unable to get setZoom or any of the zoom features to work on my leaflet map in Chrome. It works fine in Firefox and Edge but I need it to work in Chrome also and cannot find anything on this. Any ...
snozlo's user avatar
  • 1
0 votes
0 answers
57 views

mix-blend-mode: color; is not working for <video> on iOS and Mac devices

Structure of hero banner: <div className="hero-banner"> <video autoPlay muted loop playsInline className="hero-banner__video"> <source src="video.mp4"...
Shashwat's user avatar
1 vote
0 answers
34 views

AfterViewChecked behaves differently in Chrome and Firefox

I've noticed that AfterViewChecked on Chrome behaves differently than it does to Firefox. In my case on Chrome runs if there is a change in an Input data, on the other hand on Firefox it keeps ...
galaveras's user avatar
0 votes
0 answers
201 views

How to avoid auto-zoom / scale problem with Chrome in iOs

I did some testing on a client update for a Cargo Collective site. http://thomasjpg.com A Contact form was included for 480px width (mobile) and it sits at the foot of the page (see attachment). I don'...
Adrian S's user avatar
2 votes
1 answer
122 views

What types of web resources can modern web browsers download in parallel? Also, what can't be downloaded in parallel?

What types of web resources can modern web browsers download in parallel? Also, what can't be downloaded in parallel? Most answers on StackOverflow address "how many resources can be downloaded ...
howard_9's user avatar
  • 532
0 votes
0 answers
222 views

window.open() popup=1 does not open popup in Google Chrome

In my web application, I am using the following code to open a new window as a popup: window.open( '/auth', 'mypopup', 'popup=1,width=500,height=500' ); This code works ...
Manu's user avatar
  • 21
0 votes
0 answers
23 views

New version of sign in form causing increased sign in failures on browser

Just deployed a new version of our sign-in form (3+ million daily users). Our analytics show us that the new sign-in form is having 3% fewer successful sign-ins (i.e. more failures caused by an ...
raneshu's user avatar
  • 403
0 votes
0 answers
40 views

Freezing Issue in Laravel and Bootstrap Application on Chrome Browser

I have an application built on Laravel and Bootstrap. It works best on the Safari browser, functions almost correctly on Firefox, but freezes on Chrome. What could be the issue? In your Stack Overflow ...
Hassan Ahmed's user avatar
0 votes
0 answers
34 views

My javascript is working on Safari but not Chrome

I'll attach the code below but you can also view the page source at hectorcampoblog.com and see the browser incompatibility in real time. I know javascript is notorious for browser incompatibility but ...
HectorACampo NYC's user avatar
0 votes
0 answers
214 views

Different drag/swipe behaviour in Chrome and Safari, how to let them behave the same?

I am working on a page where you can swipe between divs. So on an mobile device you can swipe left or right and on a computer you can click the mouse, hold down the button and drag the page left or ...
Maurice's user avatar
  • 1,157
1 vote
0 answers
57 views

Row highlight fails with Chrome browser

The goal of this code is to highlight one row when clicked/tapped and show an offcanvas area with some buttons. It works fine in Firefox, but in Chrome (at least on Android) after playing a bit it ...
Mark's user avatar
  • 4,662
2 votes
1 answer
273 views

I have some problem with CSS styles: Two browsers showed me different styles

I usually use the Yandex browser, and there is no problem until I tested my web app with Chrome. Chrome and Yandex browsers were showing me 2 different styles. So I want to add styles to only the ...
Hakimov-dev's user avatar
1 vote
0 answers
21 views

Key clicks behave different on different browsers, why?

I want to scroll up and down to certain sections on my website and loop around. I use this .js code and it works perfectly fine with Safari, but for some reason Chrome doesn't recognise ArrowUp and ...
uberfordert's user avatar
0 votes
1 answer
1k views

event.target is always null on Chrome when using HTML input file type and Angular change

I've implemented a photo upload function to a personal project of mine. The code is the usual code for handling file uploads using HTML/JavaScript. What I'm basically doing is: Select the file using ...
Lucas Silva's user avatar
45 votes
3 answers
14k views

Manifest v3 background scripts/service worker on Firefox

I'm trying to migrate my browser extension (that I expect to work on Chrome and Firefox) from manifest v2 to v3. However, I am getting conflicting information about the background section. I did lots ...
Luan Nico's user avatar
  • 5,642

15 30 50 per page
1
2 3 4 5
38