Skip to content

Commit

Permalink
Add supported browsers page to Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Feb 24, 2024
1 parent 83e7aed commit 131d1a7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,13 @@ type = GITHUBMARKDOWN
minimum_perc = 0
resource_name = content/en/user-manual/getting-started/made-with-playcanvas.md

[o:playcanvas:p:playcanvas-developer-site:r:user-manual-getting-started-supported-browsers]
file_filter = i18n/<lang>/docusaurus-plugin-content-docs/current/user-manual/getting-started/supported-browsers.md
source_file = docs/user-manual/getting-started/supported-browsers.md
type = GITHUBMARKDOWN
minimum_perc = 0
resource_name = content/en/user-manual/getting-started/supported-browsers.md

[o:playcanvas:p:playcanvas-developer-site:r:user-manual-getting-started-workflow]
file_filter = i18n/<lang>/docusaurus-plugin-content-docs/current/user-manual/getting-started/workflow.md
source_file = docs/user-manual/getting-started/workflow.md
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 対応ブラウザ
sidebar_position: 2.5
---

The browser requirements for running PlayCanvas applications are as follows:

| ブラウザ | バージョン | Win | macOS | Linux | Chrome OS | Android | iOS |
| ------------------------------------------- | ------- | -------- | -------- | -------- | --------- | -------- | -------- |
| [Chrome](https://www.google.com/chrome/) | 9.0+ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| [Safari](https://www.apple.com/safari/) | 8.0+ | | ✔️ | | | | ✔️ |
| [Firefox](https://www.mozilla.org/firefox/) | 4.0+ | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ |
| [Edge](https://www.microsoft.com/edge) | 12.0+ | ✔️ | | | | | |
| [Opera](https://www.opera.com/) | 12.0+ | ✔️ | ✔️ | ✔️ | | ✔️ | |

:::tip

We recommend using an up-to-date operating system and browser when running PlayCanvas apps and tools.

:::

## WebGL Support

At the very minimum, a browser must have a working [WebGL](https://en.wikipedia.org/wiki/WebGL) 1.0 implementation for PlayCanvas to run. If you are unsure whether your browser supports WebGL, visit [this page](https://get.webgl.org/). If you see a spinning cube, you are all set! 🎉

0 comments on commit 131d1a7

Please sign in to comment.