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

IsEnabled does not work for Tab element on iOS for a stock Tab Project #14453

Open
jkandiko opened this issue Jul 23, 2021 · 1 comment
Open
Labels
p/iOS 🍎 s/unverified New report that has yet to be verified t/bug 🐛
Projects

Comments

@jkandiko
Copy link

Create a stock Tabbed mobile app project. Replace the TabBar element in AppShell.xaml with this:

<TabBar> <Tab Icon="icon_about.png" Title="About"> <ShellContent Route="AboutPage" ContentTemplate="{DataTemplate local:AboutPage}" /> </Tab> <Tab Icon="icon_feed.png" Title="Browse" IsEnabled="False"> <ShellContent ContentTemplate="{DataTemplate local:ItemsPage}" Route="ItemsPage" /> </Tab> </TabBar>

In Android, this has the intended effect of making the Browse button disabled. In iOS, the button is still enabled.

@jsuarezruiz jsuarezruiz added this to New in Triage via automation Sep 3, 2021
@jsuarezruiz jsuarezruiz added p/iOS 🍎 t/bug 🐛 s/unverified New report that has yet to be verified labels Sep 3, 2021
@xxxmpsxxx
Copy link

I've this problem to, have any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/iOS 🍎 s/unverified New report that has yet to be verified t/bug 🐛
Projects
Triage
  
New
Development

No branches or pull requests

3 participants