Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,23 @@ Since version `1.11.0`, we have been providing TypeScript definitions under an e
No, you are expected to import only the components (or other public APIs) that you are going to use and bundle them along with the rest
of your application.

## Browser Support
## Browser and Platform Support

UI5 Web Components are supported by all major modern browsers.
UI5 Web Components are supported by all major modern browsers on the desktop and mobile platforms listed below.

Browser | Supported versions
--------|--------
Chrome | Latest two stable releases
Firefox | Latest two stable releases
Safari | Latest two stable releases
Edge | Latest two stable releases
### Desktop

| | Google Chrome | Microsoft Edge | Mozilla Firefox | Mozilla Firefox ESR | Apple Safari |
| ------------------------------ | --------------- | --------------- | --------------- | ------------------- | --------------- |
| **Windows** (versions 10 & 11) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | n/a |
| **macOS** (Latest 2 versions) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | Latest 2 Stable |

### Mobile

| | Google Chrome | Apple Safari |
| --------------------------------- | --------------- | --------------- |
| **Android** (Latest 3 versions) | Latest 2 Stable | n/a |
| **iOS & iPadOS** (Latest version) | - | Latest 2 Stable |

## Project Structure, Development and Build

Expand Down
22 changes: 22 additions & 0 deletions docs/11-Browser-and-Platform-Support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_label: Browser and Platform Support
title: Browser and Platform Support
---

# Browser and Platform Support

UI5 Web Components are supported by all major modern browsers on the desktop and mobile platforms listed below.

## Desktop

| | Google Chrome | Microsoft Edge | Mozilla Firefox | Mozilla Firefox ESR | Apple Safari |
| ------------------------------ | --------------- | --------------- | --------------- | ------------------- | --------------- |
| **Windows** (versions 10 & 11) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | n/a |
| **macOS** (Latest 2 versions) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | Latest 2 Stable |

## Mobile

| | Google Chrome | Apple Safari |
| --------------------------------- | --------------- | --------------- |
| **Android** (Latest 3 versions) | Latest 2 Stable | n/a |
| **iOS & iPadOS** (Latest version) | - | Latest 2 Stable |
File renamed without changes.
Loading