InAppBrowserMenuItem with icon and showAsAction set to true not rendered correctly #2497
Open
1 of 2 tasks
Labels
bug
Something isn't working
Is there an existing issue for this?
Current Behavior
iOS.
When adding
InAppBrowserMenuItem
withicon
asUnit8List
andshowAsAction
set totrue
, menu item on top toolbar is not rendered correctly. There is just a shape of it in one color (color can be changed by paramiconColor
). If i setshowAsAction
tofalse
menu item is rendered correctly but its visible only when user clicks additional toolbar button.The same applies if I pass
UIImage(data: data)
toicon
.Expected Behavior
Menu Item on top toolbar should be rendered according to passed data.
Steps with code example to reproduce
Steps with code example to reproduce
Stacktrace/Logs
Not applicable
Flutter version
3.27.1
Operating System, Device-specific and/or Tool
ios 17.5
Plugin version
6.1.5
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: