I'm using Embarcadero RAD Studio 10.2.2.
I have a TWebBrowser
component in my FireMonkey multi-device application, and it works fine. However, I would like for my application to reshape itself so that the virtual keyboard does not overlap the edit component of the WebBrowser.
I tried to use a TVerticalScrollBox
component to solve this overlapping situation, and it works fine on iOS, but the problem continues on Android.
Is there any solution to this issue?