The SearchBar is working fine on Android 6.
However, when I tried to run the same apk file on Android 7, the SearchBar doesn't show.
(It works correctly on iOS 10)
I have the same problem.
The solution is to add a HeightRequest for the SearchBar
@SamuelOdede said: The solution is to add a HeightRequest for the SearchBar
This solutions works fine. Thanks.
@SamuelOdede Thanks your solution of adding a height request worked fine.
This sounds like a bug that should be reported on Bugzilla, but it's good to know there's a workaround for it.