Hey!
Since few days i've implemented the MVVM pattern on my Xamarin.Forms app. It works well except for the tabbed page. I have a tabbedpage and I needed to remove the navigationbar so I used the NavigationPage.HasNavigationBar="false"
which works fine. But I've noticed that when I perform a pushasync on my tabbedpage, the pushed page appeared with a strange empty space. In fact, the navigationbar that I've removed previously was still there but was hided. The problem is that I have a ghost space that takes space. I can see him because I have a scrollview and I can scroll without anything else on the page. The problem appear only on iOS.
Below is some screenshots of my problem:
Here is the screenshot of the expected behaviour of my page when showing up (see the message entry isn't cut):
And the actual situation (the message entry is cut because of the invisible navigationbar takes space):