browser-support Questions
3
Solved
With some browsers starting to introduce the CSS Houdini API, I was wondering if there were any ways to identify if the CSS Properties and Values API is supported with CSS alone?
With Javascript I'...
Lippe asked 18/10, 2021 at 8:23
2
Solved
There are so many wonderful unicode symbols. This is amazing.
But they are all useless if I can't know if my user's font support them.
How can I find that out?
Can I track whether a user's font sup...
Interception asked 26/6, 2018 at 12:18
10
Solved
There are a lot of topics about the HTTP/2 protocol, but I wonder if there is a working website with this protocol.
I.e.
We can decide to use http:// or https://, but how can we write a HTTP/2 requ...
Siccative asked 8/1, 2019 at 12:11
2
Solved
Is their a way to keep all pages on the internet in a single window through Chromes browser settings? or a addon/plugin that I can do this with?
I don't want web pages to open up in new tabs and/o...
Costly asked 16/12, 2013 at 8:20
10
Solved
Does IE6 support any HTML5 elements?
<!DOCTYPE HTML>
<header>
<section>
<header>
<nav>
<canvas>
<video>
Alvera asked 15/9, 2010 at 4:9
7
Our team has created an angular 9 new project and it is working perfectly fine on Google Chrome and Firefox but on IE11 I cant see anything.
I have tried everything on from the internet followed ev...
Ape asked 15/7, 2020 at 15:30
2
I'm writing a Javascript library, and I'd like to be able to run it through some tool that will
detect any methods that are incompatible with certain browsers, and/or
tell me which browsers...
Lyly asked 8/7, 2016 at 1:29
5
Solved
I just updated my ipad mini to iOS 9.1 and according to Can I use I should be able to use css snappoints on my device in safari. There are snap-point demo's on the web, but I've written one of my o...
Petry asked 25/10, 2015 at 20:5
5
Solved
Yesterday everything worked perfectly, this morning I noticed chrome is introducing a new interface, afterwards I checked the chrome version, it is now updated to v69. So far so good.
I then ran my...
Bertie asked 6/9, 2018 at 8:32
2
Solved
If I install and then uninstall our extension through the registry everything works fine.
But if I install it through the registry and then uninstall it through the browser extensions page the brow...
Nicoline asked 3/5, 2011 at 9:35
5
Solved
I am currently writing a web application using the MEAN Stack, and am attempting to write code in ECMAScript 6 JavaScript; however, I am getting errors in both Chrome and Firefox when using import ...
Gilleod asked 4/11, 2015 at 8:22
1
Solved
Sometimes i check browser support features on Can I Use website. Now i looked at touch events compatibility and realised that iOS Safari support this feature, but Safari doesn't. What is the differ...
Homozygous asked 19/7, 2017 at 22:38
2
Solved
I am running into a weird issue with chrome when implementing react-reveal. What is happening if the animation is not running when you scroll down the page, until you stop and then the animation ru...
Polard asked 1/2, 2018 at 8:42
1
Solved
Where can I find out what content security policy (CSP) features are supported by the Safari browser?
I am getting error reports only for Safari and want to confirm whether or not Safari sup...
Zo asked 1/6, 2017 at 23:18
2
Solved
Like many designers I use margin: 0 auto; to center an element. While trying to check the browser support for this feature at http://www.caniuse.com I was unable to find anything related.
Is there...
Rossen asked 9/4, 2016 at 19:42
4
Solved
Does anyone know how to use the accept attribute in input tags? I can see it documented, but w3schools indicates that it is not supported by any of the major browsers. Testing also confirms this.
...
Afterbrain asked 16/11, 2009 at 18:28
3
Solved
I see that in the Safari browser the CSS word-break property which I need is not being used. Why ?
Triumph asked 20/12, 2013 at 12:2
1
Solved
Is there a difference in behaviour or browser support for using the CSS3 selectors :enabled or not(:disabled)?
I expect them to be functionally identical, and as they are both CSS3 selectors, brow...
Ocotillo asked 30/9, 2015 at 9:4
4
Solved
I need to detect if the user is running an older version of IE (IE9 is fine) from a jQuery plugin, so I won't have control over the HTML.
We've been discouraged from parsing the user-agent string ...
Crowning asked 29/8, 2011 at 18:17
1
Solved
What are the earliest versions of Internet Explorer, Firefox, Chrome, Safari and Opera that define window.Worker?
W3Schools states
Internet Explorer 10, Firefox, Chrome, Safari and Opera suppor...
Parasitism asked 28/1, 2015 at 10:49
4
Solved
var nameArray = [
{ name: 'john', surname: 'smith' },
{ name: 'paul', surname: 'jones' },
{ name: 'timi', surname: 'abel' },
];
for (str of nameArray) {
console.log( str.name );
}
I want t...
Unprincipled asked 9/12, 2014 at 16:58
1
Solved
imagesLoaded seems like the best solution (at the time of writing, Nov 2014) to detect whether an image is loaded or not.
I found that imagesLoaded library has the following characteristics:
lic...
Idealistic asked 4/11, 2014 at 9:50
4
For a web application which allows in-browser preview of documents, I'd like to check whether the user's browser supports preview of the current document's mime type.
Is there a Javascript-based w...
Heterodoxy asked 12/2, 2013 at 14:59
1
Solved
I tried using transition on Firefox 15 and it didn't work even though it worked on other versions of Firefox and other browsers like Chrome and Safari.
When I view the properties using Firefox's ...
Limen asked 4/8, 2014 at 1:0
1
Solved
This puts both Chrome 1 and 1.5 in the top ten Chrome-using visitors to my site, and they are surrounded purely by at least double-digit versions, and mostly v32.
It also gets users of these versi...
Azimuth asked 13/2, 2014 at 0:1
1 Next >
© 2022 - 2024 — McMap. All rights reserved.