Open HobDev opened 2 years ago
Possibly/probably related in Xamarin.Forms: https://github.com/xamarin/Xamarin.Forms/issues/14285
Reproduce in Android 11 with above project.
Still an issue in 6.0.300-rc.4.5681
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
When I use the IsEnabled property on a FlyoutItem, you can still click on the item and it will become selected. The app does not navigate to the page, but I'd expect not to be even able to click on it. Is that the same bug as descibed in this issue?
And, if not one is working on this, can you provide me some tips where to look and what to change so I can fix it?
Verified this issue on Visual Studio Enterprise 17.6.0 Preview 3.0. Repro on Android emulator (13.0-API 33) with below Project: MauiBugSample.zip
This issue still persists.. anyone found solution for this?
This issue still persists. is this ever going to be fixed?
This is still an issue, once you get to fixing it, it'd be great to see the MenuItem also greyed out, Thanks!
Description
In Shell I am using TabBar. On a ShellContent I set IsEnabled="False". But the tab is still enabled for interaction.
Steps to Reproduce
Run the repro project. Click on both tabs. The disalbed tab is also navigable. MauiBugSample.zip
Version with bug
Preview 13 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS 15 and Android 11
Did you find any workaround?
When using Flyout, use the IsEnabled property of FlyoutItem. When using Tabs use the IsEnabled property of Tab.
Relevant log output
No response