Implementing search bar functionality for mobile web app?

You must Login before you can answer or comment on any questions.

How can we get search functionality in a mobile web application?? Kindly suggest if any of you have any solution.

1 Answer

Accepted Answer

You're not going to be able to use the search bar in a mobile web app. So if you want search functionality, you'll have to add it yourself. By this I mean, you'll have to style out an appropriate looking search bar, then add the functionality for search yourself. There are plenty of js libraries out in the wild that can help you do this. These libs can be found using a quick Google search

Your Answer

Think you can help? Login to answer this question!