Hello, can I show popup on marker without click (onhover or mouseenter)? I

Hello, can I show popup on marker without click (onhover or mouseenter)?
I would like to use markerclick on open context menu, but I need to see information about marker.

best regards,
Karl

Hi Karl,

thank you for the feedback.

There is for now no integration for mouseover in this Vaadin Flow add-on.
But there is a possible way to add this with Javascript https://gis.stackexchange.com/questions/31951/showing-popup-on-mouse-over-not-on-click-using-leaflet

So it could be possible to add this in Java with ExecuteJavascript() on the marker but not sure if it will work at all.

Best regards
XDEV Software