Skip to content

Commit 45f7158

Browse files
authored
docs: add Browser and Platform Support page (#13544)
Add a dedicated Browser and Platform Support page to the documentation and update the README with the same desktop and mobile support tables. FAQ is renumbered to keep it as the last menu entry.
1 parent bffa14d commit 45f7158

3 files changed

Lines changed: 37 additions & 8 deletions

File tree

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,23 @@ Since version `1.11.0`, we have been providing TypeScript definitions under an e
9696
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
9797
of your application.
9898

99-
## Browser Support
99+
## Browser and Platform Support
100100

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

103-
Browser | Supported versions
104-
--------|--------
105-
Chrome | Latest two stable releases
106-
Firefox | Latest two stable releases
107-
Safari | Latest two stable releases
108-
Edge | Latest two stable releases
103+
### Desktop
104+
105+
| | Google Chrome | Microsoft Edge | Mozilla Firefox | Mozilla Firefox ESR | Apple Safari |
106+
| ------------------------------ | --------------- | --------------- | --------------- | ------------------- | --------------- |
107+
| **Windows** (versions 10 & 11) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | n/a |
108+
| **macOS** (Latest 2 versions) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | Latest 2 Stable |
109+
110+
### Mobile
111+
112+
| | Google Chrome | Apple Safari |
113+
| --------------------------------- | --------------- | --------------- |
114+
| **Android** (Latest 3 versions) | Latest 2 Stable | n/a |
115+
| **iOS & iPadOS** (Latest version) | - | Latest 2 Stable |
109116

110117
## Project Structure, Development and Build
111118

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
sidebar_label: Browser and Platform Support
3+
title: Browser and Platform Support
4+
---
5+
6+
# Browser and Platform Support
7+
8+
UI5 Web Components are supported by all major modern browsers on the desktop and mobile platforms listed below.
9+
10+
## Desktop
11+
12+
| | Google Chrome | Microsoft Edge | Mozilla Firefox | Mozilla Firefox ESR | Apple Safari |
13+
| ------------------------------ | --------------- | --------------- | --------------- | ------------------- | --------------- |
14+
| **Windows** (versions 10 & 11) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | n/a |
15+
| **macOS** (Latest 2 versions) | Latest 2 Stable | Latest 2 Stable | Latest 2 Stable | Latest | Latest 2 Stable |
16+
17+
## Mobile
18+
19+
| | Google Chrome | Apple Safari |
20+
| --------------------------------- | --------------- | --------------- |
21+
| **Android** (Latest 3 versions) | Latest 2 Stable | n/a |
22+
| **iOS & iPadOS** (Latest version) | - | Latest 2 Stable |
File renamed without changes.

0 commit comments

Comments
 (0)