Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appshell menu item click, content page changes with glitch #12051

Closed
Muhammadfaizann opened this issue Dec 13, 2022 · 10 comments
Closed

Appshell menu item click, content page changes with glitch #12051

Muhammadfaizann opened this issue Dec 13, 2022 · 10 comments
Labels
area-controls-shell Shell Navigation, Routes, Tabs, Flyout platform/android 🤖 s/needs-attention Issue has more information and needs another look t/bug Something isn't working

Comments

@Muhammadfaizann
Copy link

Muhammadfaizann commented Dec 13, 2022

Description

I am using Appshell in my .net Maui app and on flyout menu item click content page changes with a laggy weird white glitch.

p.s: happening on xamarin forms aswell

WhatsApp.Video.2022-12-13.at.05.04.30.mp4

WhatsApp Image 2022-12-13 at 05 04 44

Steps to Reproduce

Create and Appshell in .net maui project and which contains a flyout menu item

Link to public reproduction project repository

(na)

Version with bug

6.0 Release Candidate 2 or older

Last version that worked well

6.0 Release Candidate 2 or older

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

No response

Relevant log output

No response

@Muhammadfaizann Muhammadfaizann added the t/bug Something isn't working label Dec 13, 2022
@jsuarezruiz jsuarezruiz added the area-controls-shell Shell Navigation, Routes, Tabs, Flyout label Dec 13, 2022
@mattleibow mattleibow added the s/needs-repro Attach a solution or code which reproduces the issue label Dec 13, 2022
@ghost
Copy link

ghost commented Dec 13, 2022

Hi @Muhammadfaizann. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@PureWeen
Copy link
Member

@Muhammadfaizann does this look like a duplicate of

#10713

@ghost ghost added s/needs-attention Issue has more information and needs another look and removed s/needs-repro Attach a solution or code which reproduces the issue labels Dec 14, 2022
@Muhammadfaizann
Copy link
Author

@PureWeen true that.

@angelru
Copy link

angelru commented Dec 14, 2022

@Muhammadfaizann
I think that happens if you have different FlyoutItems, it makes that strange and annoying effect, I think this should pay close attention.

have you tried this?

<FlyoutItem FlyoutDisplayOptions="AsMultipleItems"
</FlyoutItem>

@Muhammadfaizann
Copy link
Author

@angelru Yes, I do have different FlyoutItems, and trying FlyoutDisplayOptions="AsMultipleItems" just adds separators between the flyout items.

@angelru
Copy link

angelru commented Dec 14, 2022

@AngelRusí, tengo diferentes FlyoutItems, y FlyoutDisplayOptions="AsMultipleItems"solo intento agregar separadores entre los elementos flotantes.

Try to have 1 grouped, I think the effect does not appear.

@Muhammadfaizann
Copy link
Author

Muhammadfaizann commented Dec 14, 2022

@angelru True having grouped flyoutItems fixed it for me but now I have flyout items in the bottom tabs bar as well how can I remove them from there?

InkedScreenshot_1671014044_LI

@angelru
Copy link

angelru commented Dec 14, 2022

@angelru True having grouped flyoutItems fixed it for me but now I have flyout items in the bottom tabs bar as well how can I remove them from there?

InkedScreenshot_1671014044_LI

<FlyoutItem FlyoutDisplayOptions="AsMultipleItems"  Shell.TabBarIsVisible="False">
</FlyoutItem>

@angelru
Copy link

angelru commented Dec 14, 2022

This may be a partial solution, imagine you want another separate flyoutitem with bottom tabs, entering that nasty weird effect would reappear.

since it happens when having different FlyoutItems.

@Muhammadfaizann
Copy link
Author

@angelru True, but for now my issue with that nasty weird effect has been fixed, but the Microsoft team should really look into it.

Thanks for your help.

@ghost ghost locked as resolved and limited conversation to collaborators Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-shell Shell Navigation, Routes, Tabs, Flyout platform/android 🤖 s/needs-attention Issue has more information and needs another look t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants