I am loading about 20 to 100 images in a grid .
I am resizing it before loading on UI.
It works fine initially but crashes after 2 to 3 times navigation ( using Pushasync and Popasync)
Please help
protected async override void OnAppearing()
{
base.OnAppearing();
try
{
await show_Thumbnail();
}
catch (Exception ex)
{
error=ex.Message;
}}
I caught the exception but it doesn't show any exceptions but crashes the app.