Skip to main content

Questions tagged [cross-browser]

Cross-browser development refers to the practice of building web sites, web applications, libraries, or components so that they function across different web browsers and rendering engines.

cross-browser
0 votes
0 answers
18 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
2 votes
1 answer
58 views

WakeLock API not working in Safari (iOS) but working in Windows/android platform with same code

I want to enable wake lock API. It is working fine with Windows platform and android devices but not in Safari or iOS devices. Console has error NotAllowed, Permission was denied in Safari Browser. I ...
Shriyank Mendpara's user avatar
0 votes
1 answer
34 views

Css range slider compatibility

I am making a website that has 2 separate range sliders using html, css and javascript. I am having real difficulty getting the range slider to work for CHROMIUM. I have spent hours searching and ...
Fangles's user avatar
  • 15
1 vote
1 answer
61 views

Transparency Issue with WebM Videos on Android Chrome Browser

The transparent WebM video, which appeared crisp on the Chrome browser on PC, shows jagged edges on the Android Chrome browser. Specifically, the edges of fine details like animal fur appear darker, ...
tanabe kaori's user avatar
0 votes
0 answers
31 views

HTML Signature font Rendering Issue: Apple Mail Overrides Font-Family on Gmail Web Client

I'm facing an issue where the font-family styling applied to text elements in an HTML email signature is being overridden when the email is sent from the iPhone's Apple Mail app to a Gmail web client. ...
tomas moral's user avatar
1 vote
1 answer
30 views

CSS Flip Card Scroll Issue in Firefox: Scrollbar Appears but doesn't work with mouse wheel

If I made a flip card like the one here flip_card, but and made the front-card and the back-card scrollable then the scrolling via mouse wheel only works with the back-card and the front-card only ...
Islam Saman's user avatar
0 votes
0 answers
13 views

Issue with Update Flow Not Working Across Application on Specific MacBook Pro Machine

I am encountering a peculiar issue with the update flow within our application, specifically on one machine, an Apple MacBook Pro 14 (M3) model. Despite functioning correctly on other devices, ...
mohsin Iqbal's user avatar
1 vote
1 answer
55 views

Unable to upload PDF to S3 bucket via presigned URL created from my Node backend

Scenario: Client (Nextjs client component) queries backend (NextJS rest endpoint) for pre-signed URL Backend gets presigned URL for S3 via getSignedUrl import { S3Client, PutObjectCommand } from &...
James111's user avatar
  • 15.8k
1 vote
1 answer
106 views

Getting requests.exceptions.InvalidHeader: Header part (1) from ('Sec-Gpc', 1) must be of type str or bytes, not <class 'int'> though Chrome sends it

I get requests.exceptions.InvalidHeader: Header part (1) from ('Sec-Gpc', 1) must be of type str or bytes, not <class 'int'> when trying to use the Sec-Gpc attribute in a header: headers = { ...
The Amateur Coder's user avatar
0 votes
1 answer
56 views

window.open opens in new tab when in fullscreen browser mode in mac

I have following code in my Next.js function. I want the url to be opened in the same tab but in a new smaller window. window.open(url, '_blank', features) where features are, const features = `width=...
Nidhi Dadiya's user avatar
2 votes
2 answers
52 views

What's the proper way of using a browser specific property in typescript?

Specifically, I'd like to use the "fileName" and other extra properties on the Error object in FireFox. But something like this gives me red underlining, which I could simply ignore, but it ...
ADJenks's user avatar
  • 3,214
0 votes
0 answers
37 views

Issue with Adding Blocklists in uBlock Origin's Source Code via assets.json

I've recently cloned uBlock Origin's source code repository and attempted to add blocklists by editing the assets.json file. However, despite making the necessary changes, building the project using ...
Alwin Varghese's user avatar
0 votes
1 answer
63 views

Is there a standard way to handle network errors and blocked requests across browsers?

According to the fetch spec https://fetch.spec.whatwg.org/#concept-network-error network errors responses should have status 0. But for these error cases we see the browser implementation of the fetch ...
Patrick Finnigan's user avatar
1 vote
0 answers
37 views

Is there another behavior besides margin collapsing that causes similar problems in Safari?

I seem to have ran into a margin collapsing problem only in Safari, yet none of the provided ways on stackoverflow about margin collapse seem to help. Only in Safari, if you swipe all the way to the ...
Dan's user avatar
  • 15
1 vote
0 answers
37 views

How do I support old browsers in my create-react-app project?

I have an app that I built using create react app. I just found out that it needs to support a very old browser (chrome 37). I was under the impression that by default create react app uses babel to ...
kat's user avatar
  • 5,895

15 30 50 per page
1
2 3 4 5
605