I'm stuck with the issue: I use Xamarin Profiler for identifying memory leaks. When I push new page to Navigation, then memory usage increases, but when I pop it from Navigation, the usage is still the same. And the useage increases if I do pushing and popping for the same page for 20 and more times..
How to solve that sort of problem? Thanks in advance.