Avoid open browser windows

Hello!


I use WebGMaps for my Windows FMX project.
Situation is that I want to use it in a kiosk mode.
So users can navigate on the map but should not be able to leave my application by clicking on links on the map (e.g. Google symbol, POI links, ...).
Currently I cannot use this component because of this reason.
Of course I tried to fetch the request by TMSFMXWebGMaps1BeforeNavigate event, but there was no event triggered when you click on such link.

Any solution of this??

Thanks in advance,
    /Werner

Hi,


- Please note that the OnBeforeNavigate event is not triggered in this case because the link is opened in a new browser window and not in the TWebBrowser control.
Unfortunately it's currently not supported to catch these clicks.
Please note that it is against the Google Maps Terms of use to delete or alter items like the Google logo on the map.

https://developers.google.com/maps/terms#9-license-requirements

- As a partial workaround you can disable POI links by setting MapOptions.DisablePOI to true.