Search feature for app

Good evening,

I’d like to see a search feature (adds button to title bar for access). When user opens it it overlays the title bar and automatically searchs in components like labels and WebViews (in which can be selected by the coder) and allows the user to view results and discover other ones with arrow buttons on the certain screen.

Thanks in advance to all the Devs for implementing this and for contributing to such a nice project!

You can already do it. When search.click if label.text contains searchment then set label.bgcolor to yellow…

2 Likes

Nice workaround, thanks :slight_smile: