Jean_D 1 Posted March 8 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
Jean_D 1 Posted March 22 FYI: re-creating the app directly in 'Delphi 12' solved the issue. Share this post Link to post
Alisson 0 Posted August 21 Is there any way without having to recreate the app? My app is huge, there's no way to do it from scratch. Share this post Link to post