Hi Robert Scheitlin, GISP / Ken Buja,
Similar to this ArcGIS API for JavaScript Sandbox how can I achieve the same on the latest JS 4.16.
Basically I am manually adding a FeatureLayer and also set a popupTemplate to it, however, I want the Popup Template to open on mouse hover over the Feature Layer and not on click.
I tried layer.on("mouse-over", function (evt) {}) and also view.on("pointer-move", function (evt) {}), but the code inside is not triggering.
Libraries added - dojo/on, dojo/domReady!