Jump to content
Sign in to follow this  
Jean_D

Delphi 12 - ListView - Search Box - Android: Not Working

Recommended Posts

We have a small cross-platform application written in 'Delphi 12.' Within the application, we have a few lists (TListView) of various data. In order to 'filter' the data displayed within a list, we set the 'SearchVisible' property of our lists to 'true.'

 

This works flawlessly when our application runs on an iOS device. However, when the application runs on an Android device, the user is not even able to input text in the search box. The virtual keyboard does display. But none of its inputs are displayed within the search box. As a result, the data is not filtered.

 

Has anybody else experienced the same issue? If you did, have you found a work around?

Share this post


Link to post

FYI: re-creating the app directly in 'Delphi 12' solved the issue.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×