Hi Wilson Charlie,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VPHAN
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have deployed iPadOS 17.1 devices running the Microsoft Remote Desktop client (v10.5.2) to access our Windows infrastructure but critical input discrepancies're hindering productivity in specialized design suites. Specifically, native multi-touch gestures and peripheral inputs, such as utilizing the Magic Trackpad for pinch-to-zoom or the mouse scroll wheel for magnification fail to pass into the remote browser, instead scaling the client application itself. Essential modifier click combinations used for canvas panning in tools like Axure remain unresponsive, and standard navigation keys including Home or end are not being recognized by the host OS. Despite adjusting the local tablet accessibility settings for scroll-zoom, these input commands are not successfully traversing the RDP tunnel. Is there an administrative configuration or a specific input mode within the Windows client that allows for transparent passthrough of these specialized hardware interrupts and HID commands?
Hi Wilson Charlie,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VPHAN
Hi Wilson Charlie,
The failure is probably a result of the Remote Desktop client's input abstraction layer. To rectify this, you must engage Touch mode via the in-session connection bar. This configuration forces the client to utilize the RDP Touch Injection API, allowing the remote Windows environment to receive raw multi-touch packets.
Also, you must ensure the keyboard setting is explicitly set to Scancode mode within the client's connection properties. On the host side, you should verify that the Windows environment is prepared to accept high-precision input by checking the registry key at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations. Ensure that the entry for fEnableRemoteFXAdvTouch is set to 1. If your environment uses Group Policy, you should also enable the policy for "Use hardware graphics adapters for all Remote Desktop Services sessions" located under Computer Configuration, Administrative Templates, Windows Components, Remote Desktop Services.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN