Open
Description
Describe the bug
Touch events stop working in a WPF packaged app after using ApplicationData.Current
Steps to reproduce the bug
-
Debug the attached project WpfApp6.zip on a device with a touch screen
-
Tap the Test Touch button, the event is not fired
-
Comment this line of the App.xaml.cs
var localSettings = ApplicationData.Current.LocalSettings;
-
Test again and now the Touch button works fine
Expected behavior
Touch events must work despite the use of the ApplicationData class.
Screenshots
No response
NuGet package version
Windows App SDK 1.6.3: 1.6.250108002
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
No response
Additional context
No response