Hi,
Since I updated Xamarin Forms to latest version (2.3.2.127), the detail pages (which are navigation pages) from my master detail, flicker.
Each time I select a different page, the navigation bar disappears and then reappears.
Although when I use PushAsync
, the navigationbar stays in place and only the title changes.
Does anyone know how to fix this?