-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add supported browsers page to Transifex
- Loading branch information
1 parent
83e7aed
commit 131d1a7
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...s-plugin-content-docs/current/user-manual/getting-started/supported-browsers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! 🎉 |