Hi, community. I'm using RAD Studio Seattle 10 with IOS, Android, Win platforms.
TWebBrowser has no available mouse events in Object Inspector, though TWebBrowser is inherited from TControl, which has them.There are only OnTap and OnGesture events in TWebBrowser, but they don't work. I tried use OnTouch event of the TForm, which works at all controls, but even this event doesn't work. Also there is no way to mesure webcontent bounds rect, so there's no way to listen of any changes of viewportposition.
Is it a BUG? How can I fix or work around this issue?
P.S. Please, tell me, that I'm not alone. Did anybody face with this issue?