Top "Compatibility" questions

This tag should be used to identify questions regarding compatibility issues, for example between different versions of the same software product or, development kit or library.

Force IE 11 "User agent string" using tags

My website is broken in IE11. We all know that HTML tags allow developer to force IE compatibility mode; in …

javascript internet-explorer cross-browser compatibility internet-explorer-11
CreateTextRange is not working in Chrome

In this code, createRange is not working in Chrome. In IE it is working. Please help how to rectify in …

javascript google-chrome compatibility
Unable to override onCreateOptionsMenu in ListFragment

I created an app that supports both phone and tablet version so i use the android-support-v4.jar library. My activity …

android overriding compatibility fragment
Writing backwards compatible Android code

I'm writing an app that uses some functions and classes only available in the latest API level - 16, but I …

android api compatibility
Angular 2: Check whether user's browser is compatible

I'm writing an Angular 2 app but am conscious that some users may not be using a browser that can support …

javascript typescript angular compatibility modernizr
Do Intel and AMD processor have the same assembler?

The C language was used to write UNIX to achieve portability -- the same C language program compiled using different …

c x86 intel compatibility amd-processor
How to deal with deprecated classes in Android to keep compatibility

I am getting back to work on an app I worked on a while ago, when I had everything built …

android compatibility deprecated backwards-compatibility
Google play says "This app may not be optimized for your device", when I access app page with my tablet

When I access the page of my app in Google play. I get the following message: "This app may not …

android google-play device compatibility tablet
Main web page in standard mode, iframe in compatibility mode: any issues?

We have some legacy HTML content which we must render in compatibility mode. The requirement comes from our customers who …

javascript html iframe compatibility
Force IE9 into Quirks mode?

I have a page with an iframe, and the iframe contains code that needs to run in quirks mode (it's …

internet-explorer compatibility internet-explorer-9 ie8-compatibility-mode quirks-mode