Skip to content

Commit 7a8ac87

Browse files
committed
docs: Add known issues to iPad docs and add more links to iPad docs
Closes #1816
1 parent dc95d19 commit 7a8ac87

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

doc/FAQ.md

-10
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
- [Heartbeat File](#heartbeat-file)
2323
- [Healthz endpoint](#healthz-endpoint)
2424
- [How does the config file work?](#how-does-the-config-file-work)
25-
- [Blank screen on iPad?](#blank-screen-on-ipad)
2625
- [Isn't an install script piped into sh insecure?](#isnt-an-install-script-piped-into-sh-insecure)
2726
- [How do I make my keyboard shortcuts work?](#how-do-i-make-my-keyboard-shortcuts-work)
2827
- [Differences compared to Theia?](#differences-compared-to-theia)
@@ -287,15 +286,6 @@ The `--config` flag or `$CODE_SERVER_CONFIG` can be used to change the config fi
287286

288287
The default location also respects `$XDG_CONFIG_HOME`.
289288

290-
## Blank screen on iPad?
291-
292-
Unfortunately at the moment self signed certificates cause a blank screen on iPadOS
293-
294-
There does seem to be a way to get it to work if you create your own CA and create a
295-
certificate using the CA and then import the CA onto your iPad.
296-
297-
See [#1566](https://github.com/cdr/code-server/issues/1566#issuecomment-623159434).
298-
299289
## Isn't an install script piped into sh insecure?
300290

301291
Please give

doc/guide.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ Visit `https://<your-domain-name>` to access `code-server`. Congratulations!
251251

252252
### Self Signed Certificate
253253

254-
**note:** Self signed certificates do not work with iPad and will cause a blank page. You'll
255-
have to use [Let's Encrypt](#lets-encrypt) instead. See the [FAQ](./FAQ.md#blank-screen-on-ipad).
254+
**note:** Self signed certificates do not work with iPad normally. See [./ipad.md](./ipad.md) for details.
256255

257256
Recommended reading: https://security.stackexchange.com/a/8112.
258257

doc/ipad.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33
# iPad
44

55
- [iPad](#ipad)
6-
- [How to access code-server with a self signed certificate on iPad](#how-to-access-code-server-with-a-self-signed-certificate-on-ipad)
6+
- [Known Issues](#known-issues)
7+
- [How to access code-server with a self signed certificate on iPad?](#how-to-access-code-server-with-a-self-signed-certificate-on-ipad)
78

89
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
910

1011
# iPad
1112

12-
## How to access code-server with a self signed certificate on iPad
13+
## Known Issues
14+
15+
- Getting self signed certificates certificates to work is involved, see below.
16+
- Keyboard may disappear sometimes [#1313](https://github.com/cdr/code-server/issues/1313), [#979](https://github.com/cdr/code-server/issues/979)
17+
- Trackpad scrolling does not work [#1455](https://github.com/cdr/code-server/issues/1455)
18+
- See [issues tagged with the iPad label](https://github.com/cdr/code-server/issues?q=is%3Aopen+is%3Aissue+label%3AiPad) for more.
19+
20+
## How to access code-server with a self signed certificate on iPad?
1321

1422
Accessing a self signed certificate on iPad isn't as easy as accepting through all
1523
the security warnings. Safari will prevent WebSocket connections unless the certificate

0 commit comments

Comments
 (0)