Hi
Is the onVirtualKeyboard event only working in the OSR demo?
I cannot get it to work in the simple fmx demo.
Sincerely,
Edward
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Virtual keyboard event not firing
- salvadordf
- Posts: 4576
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Virtual keyboard event not firing
Hi,
I just tried the FMXExternalPumpBrowser demo with a blank TChromium.OnVirtualKeyboardRequested event and it works.
I used Delphi 10.4 on Windows 10 64 bits with the latest CEF4Delphi version.
Try the KioskOSRBrowser demo on your computer to see it working on a VCL browser.
I just tried the FMXExternalPumpBrowser demo with a blank TChromium.OnVirtualKeyboardRequested event and it works.
I used Delphi 10.4 on Windows 10 64 bits with the latest CEF4Delphi version.
Try the KioskOSRBrowser demo on your computer to see it working on a VCL browser.
Re: Virtual keyboard event not firing
Thanks!
The external pump works indeed.
Is it because it renders differently?
The external pump works indeed.
Is it because it renders differently?
- salvadordf
- Posts: 4576
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Virtual keyboard event not firing
The FMXExternalPumpBrowser and FMXTabbedOSRBrowser have some differences but that event should always be triggered in OSR mode...
...unless there's an issue.
...unless there's an issue.
