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
10 views

Unable to trigger selenium scripts on selenium grid, working on local

I am running selenium python script through Selenium Grid, but it throws error "selenium.common.exceptions.WebDriverException: Message: Unable to find resource, invalid path in url." Below ...
Rishabh Jain's user avatar
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
2 votes
1 answer
91 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
39 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
74 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
33 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
32 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
61 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
129 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
68 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
55 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
42 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
72 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
39 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
0 votes
1 answer
62 views

Ellipsis is now shown with gradient text in Safari

I have a HTML block with the user icon and email, and the text color is gradient. The problem is when I shrink the screen to its minimum size, ellipsis is not displayed in Safari, although it works ...
Vadim's user avatar
  • 73
1 vote
0 answers
21 views

HTML input file takes long time to open with Firefox and Ubuntu when running from embedded webserver

On my ESP32 Arduino application I run a simple form to upload a file: function uploadFile() { let file = document.getElementById("file1").files[0]; let formdata = new FormData(); formdata....
Mark's user avatar
  • 4,662
0 votes
1 answer
156 views

Media query to target safari browser version <= 15.x.x only

Can someone please let me know how we can target safari browser Version less than or equals 15.x.x using media query in css. We have a bug where one element alignment is breaking in Safari Versions ...
sai cherry's user avatar
0 votes
0 answers
31 views

Trouble Receiving Data from Front-End to Back-End Across Different Browsers and Devices

I'm encountering an issue with data reception from the front-end to the back-end. While sometimes I successfully receive data from one browser, it doesn't seem to work consistently across other ...
user avatar
0 votes
0 answers
9 views

cross- browser issues.how to handle in code level

i have an issue in my css where on saafari alone min-width is not accepting but chrome is accepting min-width. how to handle this issue
preity's user avatar
  • 1
0 votes
2 answers
98 views

File Format: WebM encoded with the VP8 codec is not previewing in Safari browser

We have developed a feature in our Angular application to create a video file using MediaRecorder APIs. This application is intended to work seamlessly across Chrome, Edge, and Safari browsers. Users ...
Mukesh Arora's user avatar
  • 1,793
0 votes
0 answers
51 views

The .submit() function in JavaScript does not immediately submit the form on safari, leading to fields disabled after this is called not getting sent

I have a form on a website. Some of the html fields (they are <select> fields, if that is relevant) on this form are disabled to prevent the user sending changing the values in them, however, ...
the red herring's user avatar
1 vote
2 answers
39 views

How to align the last child of a table cell to the bottom of the cell?

I have a table with two divs inside a cell. I want the first div aligned to the top of the cell, and the last div aligned to the bottom. This is an example of what the table might look like: <table&...
Adam Petersen's user avatar
0 votes
0 answers
62 views

Refresh loses scrolling position on XML page rendered with XSLT

This is a publicly available webpage that can be used for testing. It is an XML page transformed into HTML by the browser via XSL transforms. I noticed that Chrome browsers on MacOS loses the ...
Trebor's user avatar
  • 430
0 votes
0 answers
26 views

Keep mobile browser top/bottom bars minimized unless user manually taps on them

I'm creating a React web-app for which I have separate design on desktop screen sizes and mobile screen sizes. I have started working on mobile portion and came across a problem of mobile browser bars ...
Levan Apakidze's user avatar
0 votes
1 answer
263 views

Polyfill for ReadableStream.from in browser?

ReadableStream.from for browsers is currently only supported in Firefox. I found the Node implementation in JavaScript, but it uses a lot of internal native node functions. Likewise, ReadableStream....
Mario Ishac's user avatar
  • 5,692
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
0 votes
0 answers
29 views

Capture files pending loading via JavaScript

I'm trying to capture the list of files that are pending loading, with more than 5 seconds of waiting, but I can only see this data after the file is loaded. Does anyone have any idea how to get the ...
Leonardo V. Fiorot's user avatar
0 votes
0 answers
30 views

Polyfill for PerformanceObserver API to Implement Server Traffic Measurement

I'm currently utilizing the PerformanceObserver API to measure server traffic for given endpoints on the client side. However, I'm exploring alternative solutions due to potential limitations or lack ...
John Huang's user avatar

15 30 50 per page
1
2 3 4 5
303