Example Delphi scrollform is not working in version 10.2

Asked

Viewed 128 times

4

I have an App (Android) developed in the version Delphi 10.1, where I used the examples of Scrollform (so that the layout moves together with the android virtual keyboard not to cover the edits), now I went to deploy in the current version (10.2) and simply does not work, I tested the example again and even though it doesn’t work either, it happened to someone else? what you did to solve?

  • 1

    A class has been developed to solve this problem, I suggest searching for vkbdhelper

1 answer

1

I don’t know if you already solved, but whenever I need to handle Android keyboard I use the Unit uKBForm available in the repository here: https://github.com/mobius1qwe/youtubefiles/tree/main/uKBForm

Here’s a video explaining how to use Unit in the project: https://www.youtube.com/watch?v=O6pb3aPLKfw&t=1s

Steps to use:

  • Add Unit to the project,
  • Generate an inheritance from it through File > new > Other... and then select Kbform from the Inheritables list.
  • Hence just assemble your application inside the inherited VSB that you no longer need to worry about keyboard overlay.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.