-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Setting SetIsSmoothScrollEnabled to false on a TabbedPage causes blank pages after navigating. #7558
Comments
can be reproduced on android 12 with above project. |
same here. I only set SetIsSwipePagingEnabled(false) someone knows a workaround? |
I'm also having this issue. Any update? |
Is this going to be fixed in the next release ? |
The workaround does not work: if you go to Tab4 first, the Tab3, then Tab2, then Tab1, at least one tab is blank. TabbedPage isn't reliable at all right now. |
I am also having this issue, does anyone find a good workaround? |
Hi @PureWeen |
I've just tested maui 7.0.58, and this issue has not been fixed. |
Closing as a duplicate of #9743 |
Description
When setting SetIsSmoothScrollEnabled to false on a TabbedPage the page will work but after navigating between the tabs the content will disappear.
Example Project
https://github.com/joshm998/MAUITabbedPageIssueExample
Steps to Reproduce
Created new .NET MAUI Project
Added in TabbedPage to start project, added some children to TabbedPage
set the following values
On<Microsoft.Maui.Controls.PlatformConfiguration.Android>().SetIsSmoothScrollEnabled(false); On<Microsoft.Maui.Controls.PlatformConfiguration.Android>().SetIsSwipePagingEnabled(false);
Ran project and when navigating between pages after a while the content will disappear
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11 and 12
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: