Product: PowerShell Universal
Version: 5.3.2
We have an app we’re trying to add an accessibility feature to. This app renders a region that is visible in portrait mode of a mobile device, but off-screen in landscape. Is there a built-in way to hook into the screenOrientation
API to focus the target element with Select-UDElement
? I’m working on a <script>
block to achieve what I need, but it’s proving janky to say the least.