xamarin / SignaturePad

MIT License
245 stars 150 forks source link

I am working on xamarin/SignaturePad on windows universal app, Unhandled Exception Generate #165

Closed jyt1902 closed 5 years ago

jyt1902 commented 5 years ago

ERROR

System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component. at Windows.UI.Xaml.FrameworkElement.MeasureOverride(Size availableSize)

Find below link for sample code

https://github.com/jyt1902/CanvasDemoUWP

Error Generate when below process follow

Demo contains Total 2 page. Home Page that contain Button to Redirect on Canvas Page. If i continuously redirect from one page to another page (10-14 times) generate UnHandled exception & app Crash

Basic Information

Screenshots

error_place exception

Reproduction Link

https://github.com/jyt1902/CanvasDemoUWP