Questions tagged [browser-compatibility]
The browser-compatibility tag has no usage guidance.
23 questions
1
vote
0
answers
208
views
How can I determine what browsers I need to support and when I can drop support for old browsers?
I'm debating whether or not to start using CSS variables. They're wonderful gifts from heaven ... except that Internet Explorer does not support them and never will.
According to Net Market Share IE ...
-1
votes
1
answer
153
views
Web Compatibility Testing with Steam Browser
Background
During web development, especially on the front-end, developers must test their code to see how it looks (pretty self-explanatory right?). When doing this, the developer will examine the ...
0
votes
3
answers
430
views
Development Of Scriptable Webpage Served As XML And Parsed As HTML
In short, this question is about the cross-browser-compatibility-ness of a way to serve a HTML page as XML. I am interested in serving a web page as XML to be interpreted as HTML for increased CSS ...
5
votes
2
answers
560
views
How to create a safe namespace for my application in JavaScript
I'm working on an application in the browser and I would like to make sure that my code does not conflict with code from other libraries or with possible calls added by browser manufacturers in the ...
1
vote
1
answer
329
views
Testing Browser/OS combinations
We support IE9, IE10, IE11, Chrome and Firefox, and we support them on Win7, Win8, Win8, and Win10.
If we tested every possible combination of browser and OS that would be 20 times through our script ...
1
vote
2
answers
144
views
Java applets with Safari on Windows as compared to Safari on OS X [closed]
I have a developed an Applet which works fine on Chrome/IE/FF on Windows. I am not expecting any users for Safari on Windows but there might be the odd user who may be on a Mac.
As of now, I don't ...
1
vote
2
answers
284
views
Website compatibility with old operating systems [closed]
I'm a web developer. I most often come across this critical situation when the website layout fits with the design when run on Windows 7 or 8 and Mobile Operating Systems (Android, iOs, Windows 8).
...
-1
votes
1
answer
132
views
How to develop an app for a smartphone to access a web app?
My colleague developed an internal web application. This app works only in Internet Explorer, which means that I can't access it from my smartphone.
Is there any way to develop an application which ...
2
votes
1
answer
988
views
How to gracefully handle unsupported browsers?
Recently I have started experimenting with some of the newer W3C specifications such as WebGL and the Web Audio API that are not yet widely supported in browsers. As I want my page to look ...
1
vote
4
answers
298
views
Is it legitimate to ask co-workers to use specific browser in an intranet website?
I developed an intranet (local network) ASP.NET web project for my co-workers.
In the development process I used Chrome and Firefox and didn't test much with Internet Explorer.
The website works ...
1
vote
1
answer
216
views
What is the process or term for viewing HTML/CSS using localhost?
I have recently used some software, which come as a regular setup file, where you install your software, and then when you run it, opens the browser, uses the localhost with some specific port number ...
1
vote
1
answer
418
views
Web Programming Cross Browser Frustrations Normal? [duplicate]
So I'm a relatively junior programmer, been doing it for a couple years now and have been recently working on a redo of the company's website, and have ran into some frustrations and was just ...
5
votes
1
answer
19k
views
How the Compatibility View in IE works behind the scenes
When I remote connect to my work PC, in IE10, the juniper remote client service which is basically a plugin executed in the browser does not run. I need to turn on compatibility view to see it. My ...
10
votes
3
answers
1k
views
What is the most cross-browser/system compatible option for 3d graphics on a web page?
I would like to develop a bit of functionality for a web site that involves a bit of 3D - the user can move around objects, rotate them and texture them.
So far I've looked into:
WebGL (in ...
0
votes
1
answer
194
views
Why Browsers do not resolve simple known issues? [closed]
Why Browsers do not resolve simple known issues such as:
(in the context of CSS)
Do NOT start a class name with a number! This is only supported in Internet Explorer
and
Do NOT start an ID name ...
10
votes
3
answers
440
views
What is the reason to put prefixes in new CSS features?
Is there a valid reason for the browsers to prefix new CSS features, instead of letting the webmasters use the non-prefixed version?
For example, a sample code for the background gradient looks like:
...
12
votes
5
answers
747
views
Why is it unrealistic to expect all browsers to support the same standards? [closed]
Ideally, we would have different browsers supporting the same standards and same code producing the same result on all browsers.
That hasn't happened yet. What are the reasons why?
7
votes
2
answers
4k
views
Should I support IE compatibility mode?
So I have a client that is running multiple versions of multiple browsers. I currently support IE7, IE8, IE9, Firefox4/5, Safari 5 and Chrome. The site works in all the named browsers.
IE has a ...
5
votes
1
answer
367
views
How are you handling browser compatibility in the new "rapid release" world?
With the new world of rapid browser releases I am trying to figure out how to define & implement our browser compatibility process.
Previously we would always support the latest major version of ...
2
votes
2
answers
1k
views
WebSockets current state on security and browser support
I found many things when searching, but nothing that seemed both updated and complete.
In last quarter of 2010 I remember reading what were very sad news for me, as WebSockets were disabled in most (...
5
votes
4
answers
1k
views
What's the best approach to develop a cross-browser JavaScript app?
As one of my summer projects I'd like to build an AJAX program on my own. Not too big. I'm new to the whole matter, however I have general knowledge in programming and a good understanding of the Web ...
3
votes
2
answers
2k
views
Should I test my China-targeted website with "360 Secure Browser" (browser in China)?
Developing a website aiming to the Chinese market, I am wondering whether I should do compatibility tests with the 360 secure browser, which is based on the Trident layout engine (like Internet ...
4
votes
2
answers
1k
views
What should I consider before creating a Silverlight website?
I have opted to use silverlight for a website. This runs in all major browsers. The application could be highly graphically intensive. What have I missed?
Edit:
It runs on Android and other mobile ...