As SAPUI5 is based on CSS3, HTML5, and the ECMAScript 5 (ES5) JavaScript API, only browsers with HTML5 capabilities are supported. In general, only major versions that are also supported by the respective platform can be supported by the SAPUI5 framework.
...
Platform | Device Category | Platform Version | Internet Explorer | Google Chrome | Mozilla Firefox | SAP Fiori Client | Safari |
---|---|---|---|---|---|---|---|
Windows | Desktop | Windows 7 / 8.1 | Version IE 11 | Latest Version | Latest Version | Not supported | Not supported for Windows OS |
Windows 10 | Latest Version | ||||||
Touch | Windows 8.1 | Version IE 11 | Not supported | Not supported | Up to version 1.5.3 | ||
Windows 10 | Latest Version | Latest Version | Latest Version |
...
Platform | Device Category | Platform Version | Internet Explorer | Google Chrome | Mozilla Firefox | SAP Fiori Client | Safari | Microsoft Edge |
---|---|---|---|---|---|---|---|---|
Windows Phone | Phone | Windows 10 Mobile | Not supported for this OS | Not supported | Not supported for this OS | Latest version | Not supported | Latest version |
macOS | Desktop | Latest 2 versions | Latest Version | Not supported | Latest 2 versions | Not supported | ||
iOS | Phone and Tablet | Latest 2 versions | Not supported | Latest version | Latest 2 versions | Not supported | ||
Android | Phone and Tablet | As of version 5 | Latest Version | Latest version | Not supported | Not supported |
Google Chrome: Not supported for sap.ui.commons and sap.ui.ux3.
...
There is a lot of exceptions for the devices with touch (Desktop, Tablets, Phones):
...
- provides specific document and enterprise modes for compatibility reasons.
- SAPUI5 supports only the IE11 and IE10 document modes.
- For backward compatibility, IE11 allows you to enable a special enterprise mode that can simulate either an IE8 or IE7 within an IE11, which is NOT supported for SAPUI5 apps. This functionality should be used only for critical apps that require an older browser version to run.
...