You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,6 +176,9 @@ landscape in its Info.plist and forward orientation from the AppDelegate (see
147
176
[Platform setup](#ios--fullscreen-rotation)), or the OS won't permit rotation
148
177
at all.
149
178
179
+
<details>
180
+
<summary><strong>Full orientation reference</strong> — sensor-driven fullscreen entry, standing locks, and how the two rotation props compose</summary>
181
+
150
182
To also stop the *inline* video from sensor-rotating with the rest of the app,
151
183
set `lockPortrait` on the provider — the app stays portrait and only fullscreen
152
184
rotates:
@@ -187,6 +219,8 @@ On iOS this needs the AppDelegate forwarding shown in
187
219
[Platform setup](#ios--fullscreen-rotation). Inverted portrait is ignored by
188
220
iPhones without a home button (the OS doesn't allow it).
189
221
222
+
</details>
223
+
190
224
## Surfaces (thecoreidea)
191
225
192
226
`<VideoSurface>`nevercreatesaplayer — itregistersamountpoint. The
0 commit comments