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.

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
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
4 votes
1 answer
406 views

css grid with subgrid and overflow breaks on safari but works on all other browsers

I'm building a nested css grid with subgrids, but when using overflow:auto on the subgrid, the whole thing breaks on Safari. On Chrome/FireFox it works great, but on Safari it breaks, and for some ...
ron's user avatar
  • 41
1 vote
1 answer
57 views

Arrow Rotation and Scroll Reset Issue on Mobile Browsers

I am working on a webpage where I have implemented a feature to scroll to the top or bottom of the page with a triangle arrow that rotates based on the scroll direction. The functionality works well ...
Bogdan Zafiescu's user avatar
0 votes
0 answers
28 views

Iframe : Reload back and forward Navigation

I am having an Main application in web and I want to reload different iframe( hosted on different servers) based on the option he choses in main Application.When I am reloading the application the ...
Shiva Patel's user avatar
3 votes
1 answer
380 views

What causes gradient banding and how do you fix it?

Recently I was coding some linear and radial gradients, and I noticed they show up great in Chrome, but have banding in Safari. From the many other questions related to this topic, it seems that the ...
Sam Sabin's user avatar
  • 742
0 votes
0 answers
13 views

How do I use browser state change tracking for generated data [duplicate]

Lets say i have simple content editable rectangle on screen. Here is its data; {"left":438,"top":252,"width":410,"height":257} Even if i put this in in some ...
Rachael Zacc's user avatar
0 votes
0 answers
62 views

How to set printing parameter on browser

The "set printing parameter" means be able to setting margin, paper size, font size, etc. My project require to set default print setting based on different report user want to print. And I ...
wilsonZhu's user avatar
0 votes
0 answers
20 views

How to tell pdf generation tool to make PDF of specific pixel width across devices (i.e. make PDF to display in browser using pixel dimensions)?

Background I would like to do a preview of a PDF from LaTeX like Overleaf, sort of like their LaTeX text on the left and PDF preview on the right: However, I am just going to be making math equations ...
Lance's user avatar
  • 77.9k
0 votes
1 answer
104 views

Use height:100% inside a div with aspect-ratio set - bug in certain browsers?

Note: This question about a new feature in CSS: aspect-ratio. Most of the questions on this site with similar keywords are about very different techniques. Ok so there's a div with the following ...
tybro0103's user avatar
  • 49.3k
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
1 vote
2 answers
789 views

iFrame content refuses to load on iOS browsers only - even though a Content-Security-Policy (CSP) frame-ancestors directive is issued

I am creating a website (Site A) in a simple Content Management System. Because the CMS cannot interact with my data server, I have some web content hosted on another web server (Site B - subdomain....
geoCode's user avatar
  • 309
0 votes
0 answers
21 views

Uncorrected behavior of transform-origin in safari browser

JS slider. The functionality is based on transform-origin: and transform: rotateY Appearance and code below. In all browsers is displayed correctly (as on the photo below). In Safari transform-origin ...
Mykhailo Vorotintsev's user avatar
0 votes
0 answers
14 views

Parallel Execution of all cucumber scenarios in multiple browsers applicable [duplicate]

I am trying to achieve Parallel execution of all scenarios run in all the browsers. High level Set Up: Feature Files: I use multiple tags with same scenario like below @chrome @firefox Scenario : ...
VIJAY B's user avatar
0 votes
0 answers
54 views

"Parallel Execution Issue: Inconsistent Web Element Visibility and Accessibility, Timeout Errors Occurring"

Whenever I try to run the script in a single browser, the web elements are visible and accessible. However, during parallel execution, there was an issue where one browser frequently failed to locate ...
Srikanth's user avatar

15 30 50 per page