I have tried to show my SearchBar in my navigation page,
I have 3 tabs, and I would like put in the first tab (Search) a navigation search
<TabbedPage {some namespace} >
<views:Search Title="Search"/>
<!-- Other tabs -->
</TabbedPage>
<CustomControls:CustomSearchPage
{some namespace}
xmlns:CustomControls="myNamespace"
SearchPlaceHolderText="Type to Search"
SearchCommand="{Binding SearchCommand}">
</CustomControls:CustomSearchPage>
I read this, and I put the same code like these demos here:
My problem:
Does anyone know the reason for the error? When I run the application I get the following error, and I do not know what to do.
MainActivity
code. – York Shen