Search Form
Add a native search form to your navigation bar.
Search terms will be appended to the URL entered, e.g. Google would be entered as https://www.google.com/?q=
Overview
Configure a native search form in the top native toolbar to use your existing web search.
Note: This feature will add an Android ActionBar and iOS Navigation Bar to your app.


iOS (Left) and Android (Right) native search bar example
Configuration
Supporting native search will place a magnifying glass icon in the Android ActionBar and iOS NavigationBar. Upon clicking the search icon, users will be able to enter [search terms]
. These [search terms]
will simply be appended to the Template Search URL specified.
For example, all Google.com searches can be represented using the URL syntax https://www.google.com/#q=[search terms]
.
Updated about 1 year ago