I used Refractored.XamForms.PullToRefresh.dll for pulltorefresh
on my one child page of tabbed page.but when I redirect from other pages to this it gives me
error
cannot access a disposed object of PullToRefresh Renderer
I think pulltorefresh
disposes of its object when we navigate to other page and when we come back to this page.it will not able to access its object so it throws an error.
but I don't understand why it is behaving like that.what is the solution of it.
please help if anybody else too faced this issue
many many thanks in advance