we're currently struggling with making the MapView clickable.
We tried implementing it in our project using mapView.setOnMouseClicked() in conjunction with a listener but it doesn't work. As you can see there's some basic logging to make sure it works, but it doesn't.

This was done using the samples published on your website as well as on your github. We then tried to follow your tutorial entirely just to make a mapview clickable. That also doesn't work, the screenshot below depicts the outcome. The link to the tutorial is:
ESRI,
Git.

Essentially I want to make the points on the map clickable, however it doesn't seem to work. Do let me know how to resolve this; if its as simple as we're looking in the wrong place then fine, if a call is needed that would be great. If there's any further information do let me know.