Open 573F4N077 opened 1 year ago
Verified this on Visual Studio Enterprise 17.7.0 Preview 2.0. Repro on iOS 16.4, not repro on Android 13.0-API33 with below Project: Test Project Template.zip
Interested in this as well, especially since I ran into an issue where toolbar item from an inherited page click event doesn't fire.
ditto running into same issue
Duplicate of #7328
@samhouts This is NOT a duplicate. This involves having a toolbar item on the SHELL. Their issue is about a ToolbarItem on a PAGE (despite what the title suggests, as their sample has it on the page).
@asi-evin Thank you for letting me know! I've reopened this one.
Is there any updates on this?
I am also facing the same issue, any update on this issue.
@samhouts Any updates?
able to reproduce this myself
If you specify the Toolbaritems on the ContentPage vs the Shell does that work?
I think this might be related to some behavior we added in android
for MAUI and iOS didn't keep pace.
@PureWeen toolbar items are visible on content page on iOS. However this isn't a great for our iOS app due to https://github.com/dotnet/maui/issues/20703
Is any one know that how to fix that issue of shell.ToolBarItems text and Icon showing in IOS problem.
I am also having this issue
I have this issue as well
Description
A ToolbarItem added in the AppShell.xaml is not shown under iOS:
Steps to Reproduce
Link to public reproduction project repository
https://github.com/573F4N077/Shell.TitleBarItems
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16
Did you find any workaround?
It might be possible to create a
TitleView
with custom buttons. But here I found other problems (like binding the title...)Instead of having global ToolbarItems defined in the Shell it is be possible to add a ToolbarItem in every single Page.
Relevant log output
No response