I created a simple application in Delphi-XE5 for Android. It only has an TWebBrowser
object that goes straight to a certain website when the application runs. But when I focus/touch on any of the webform's inputs nothing happens. The cursor goes to the input but the virtual keyboard does not show up.
Do I have to put some code on an Event
or... is it some Delphi's bug?