Add Rotation Support for Sidecar iPad Displays #3760
-
Feature Enhancement: Add Rotation Support for Sidecar iPad DisplaysDescriptionBetterDisplay currently supports rotation for most external displays, but this feature does not extend to Sidecar iPad displays. Adding rotation support for Sidecar displays would enhance the app's versatility and appeal, particularly for users who want to utilize their iPad in a portrait orientation. Use CaseUsers who leverage Sidecar iPad displays for coding or other vertical tasks often find the default landscape orientation limiting. By enabling rotation for Sidecar displays, users could rotate their iPad to a portrait orientation, providing a taller workspace suitable for tasks such as editing code or viewing lengthy documents. Proposed SolutionImplement rotation support for Sidecar iPad displays. This feature would allow users to:
Benefits
Additional Notes
References
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, the problem is that Sidecar rotation is simply not supported by macOS and the (undocumented) Sidecar API. You can use virtual screen streaming + rotation to achieve a similar effect: https://github.com/waydabber/BetterDisplay/wiki/Rotated-Sidecar |
Beta Was this translation helpful? Give feedback.
Well, the problem is that Sidecar rotation is simply not supported by macOS and the (undocumented) Sidecar API. You can use virtual screen streaming + rotation to achieve a similar effect:
https://github.com/waydabber/BetterDisplay/wiki/Rotated-Sidecar