NAXAM / toptabbedpage-xamarin-forms

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS
Apache License 2.0
81 stars 24 forks source link

Toolbar Items are swapped position once when changing tab #19

Closed Romain1Lambert closed 5 years ago

Romain1Lambert commented 5 years ago

So I tried this plugin because i want a top tabbed page on my ios version. The tabbed page is a children of a regular bottom TabbedPage.

I have a Toolbar on top of my tabs with a title in the center and two icons (buttons) on the right: a "filter" one and a "menu" one that is meant to be on the top right corner of the screen. When i come to my tabbed page; everything is fine, but when I change tabs; the menu icon changes potision with the filter Icon. Changing tabs again does not swap the icons after the initial swap.

It is working fine with one icon but i really need two. Any idea for a workaround or solution/fix?

fleuverouge commented 5 years ago

Hi @Romain1Lambert I've tested our TopTabbedPage with a child page which contains 2 ToolbarItems but I haven't encountered your described issue. Can you please provide us some more details of your code?

toussam commented 5 years ago

Hi @fleuverouge ,

I am a colleague of @Romain1Lambert and after updating your package (and so Xamarin.Forms), the issue disappeared ! Another point caught my eyes: is it me or a black "line bar" appeared between the navigation one and the tabs ? Is there a way to hide it or to set it a color ?

Thank you in advance for your response and wish you a great day ! Best regards,

sample

toussam commented 5 years ago

Hi @fleuverouge ,

The black "line bar" appeared after an update of the Xamarin.Forms package and is not related to your.

Again, thank you for everything ! Best regards,