From f14c4a9ff23070327fa1f2387d21ce80fc3fd4b9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 30 Jun 2024 03:16:11 +0900 Subject: [PATCH] docs: update README.md programatically -> programmatically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59619c9f..8f63c89ff 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke - - -3. YouTube does not support programatically toggling the native fullscreen player via it's API. This means on iOS you have two options, neither being perfect: +3. YouTube does not support programmatically toggling the native fullscreen player via it's API. This means on iOS you have two options, neither being perfect: - Use the fallback/faux fullscreen option which covers the whole viewport (this is the default) - Set `playsinline` to `false` and/or `fullscreen.iosNative` to `true` - either option hides the fullscreen toggle in the UI (because of the above API issue) and means iOS will play the video in it's native player.