scriptBoris / NavigationSam

Can intercept action navigation back by user
17 stars 1 forks source link

Gray Line Below Tool Bar #6

Closed tmn9491 closed 3 years ago

tmn9491 commented 3 years ago

Hi,

I am using your control version 1.0.6 in my app and noticed that there is a gray line between the tool bar and my main screen as in the attached screenshot on iOS. Could you let me know how to remove it?

It also appears on your GitHub visual examples here: https://github.com/scriptBoris/NavigationSam/blob/master/Nuget/2.gif

Screen Shot 2021-04-27 at 16 22 57
scriptBoris commented 3 years ago

It is configurable just like native NavigationPage. Such as:

<Application xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:navSam="clr-namespace:NavigationSam;assembly=NavigationSam" xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core" x:Class="Test.App">

tmn9491 commented 3 years ago

Thanks for the reply, but this does not seem to work for me.

scriptBoris commented 3 years ago

Thanks for the reply, but this does not seem to work for me.

Give me sample project, please

tmn9491 commented 3 years ago

I tried with your sample project and it worked. It must be something with my project then. Thanks.

scriptBoris commented 3 years ago

@tmn9491 can you write here when solve problem?

tmn9491 commented 3 years ago

I updated Xamarin Forms to the latest version and it seemed to have solved the issue. However, once I switch the device theme, the navigation bar separator came back. If I use the regular Navigation Bar and not the NavigationSam then everything works. I still have no solution to fix it.

The problem is described in the below link. https://github.com/xamarin/Xamarin.Forms/issues/10578