问题
I'm porting a WP app to UWP having one page showing mainly multiple images (showing a map) within the Canvas of an ItemsControl.
I'm using the manipulation and pointer wheel events on the canvas and data binding with data templates/template selector - and everything works fine.
Unless sooner or later the app crashes in Windows.UI.Xaml.dll while I'm moving or scaling using Manipulation events:
The crash always happens in CInteractionManager::ProcessManipulationInertiaInteraction (). The behaviour on x86 (PC) and ARM (WP10 phone Lumia 950) seems to be the same. My own c# code never appears in the call stack.
Here my question: Where should I look for the crash cause, or does someone know what I should check in my code?
来源:https://stackoverflow.com/questions/42186456/uwp-application-crash-in-windows-ui-xaml-dll