Convert the CustomEditControl sample to WindowsAppSDK
Which sample are you requesting?
CustomEditControl sample originally found at https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/CustomEditControl
Describe the feature
The old sample worked fine in UWP, but it used some classes like CoreTextServicesManager that are not available in WinUI 3 (see docs at https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-supported-api).
If we want our biggest customers to migrate to WindowsAppSDK, we need to convert this sample showing how to achieve the same result.
Thanks for filing this @curia-damiano. Here's the thread tracking this issue: https://github.com/microsoft/microsoft-ui-xaml/issues/4239
CoreTextServicesManager is supported in WinUI 3 when running on Windows 11, but is not supported on Windows 10 (there was an OS-level bug that needed to be fixed). As discussed in that other thread, do you need this to be supported in Windows 10?
Hi @andrewleader, I would need it for Windows 10 1809 IoT Enterprise LTSC
My custom edit control also uses this.
Hi all, are there updates about this issue?
Hi all, are there updates about this issue?
https://github.com/microsoft/WindowsAppSDK-Samples/pull/195
Pull request is available