Description
When using a SearchHandler on iOS and selecting an item it will not execute the command bound to the Command property. It works on Windows.
Steps to Reproduce
- Create a new .NET MAUI app
- Add a SearchHandler to the MainPage
- Add data to the SearchHandler
- Bind to the Command property
- Run on iOS
- Type in the SearchBox
- Select an item
Expected behavior: Command should be executed as it does when running on Windows.
Actual behavior: Nothing on iOS
Link to public reproduction project repository
https://github.com/Hindrikes-YouTube/ShellSearch
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
17.0.8578
Did you find any workaround?
Execute the command manually in the override of OnItemSelected.
Relevant log output
No response
Description
When using a SearchHandler on iOS and selecting an item it will not execute the command bound to the Command property. It works on Windows.
Steps to Reproduce
Expected behavior: Command should be executed as it does when running on Windows.
Actual behavior: Nothing on iOS
Link to public reproduction project repository
https://github.com/Hindrikes-YouTube/ShellSearch
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
17.0.8578
Did you find any workaround?
Execute the command manually in the override of OnItemSelected.
Relevant log output
No response