xaml - Changing PivotItem with swipe gesture crashes app (Visual C#, Windows Runtime, Windows Phone) -


in windows phone project (visual c#, windows runtime) i've got xaml page 2 pivotitems. use pivot_selectionchanged event change bottomappbar. works fine when pivotitem changed tapping header of inactive pivotitem, when use swipe gesture change it, content of next pivotitem doesn't load , debugger breaks in

#if debug && !disable_xaml_generated_break_on_unhandled_exception     unhandledexception += (sender, e) =>     {         if (global::system.diagnostics.debugger.isattached) global::system.diagnostics.debugger.break();     }; #endif 

with no details exception. double-checked both xaml , visual c# code, seems ok.

how can fix that? (disabling swipe gesture ok.)


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -