If I use a TMemo on Android, the virtual keyboard pops up when I "click" in the memo.
If I use the same memo in TTMSFNCTaskDialog, the virtual keyboard doesn't pop up (this worked in the last year's versions).
The only change compared to last year affected some button handling so it should not be an issue. Could it be you were using a different Delphi version back then? We've already encountered issues with popups on mobile platforms for Delphi 12.3, it's possible it will be related to that, but that is something we need to investigate still.
I attached a simple test project that demonstrates the issue if you run it on an Android device.
Last year I used Delphi 12.2 but as Delphi 12.3 completely replaced the version 12.2, I can't test with that version.
Solving this error is crucial for me, since the new user should paste / write a code to register the application -> and nothing happens if they focus in the memo.