Hi,
I want to show popup in ESRI map on mouse hover. Currently I am using Arcgis Javascrip API 4.19.
Is it possible to implement such features without using dojo?
If yes then can someone guide me on how to do it?
Thanks
Have you seen this discussion?
I think this sample code is what you're looking for: https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/
That view hitTest sample from @woriginal1 is probably the best resource. Here is an additional sample that uses the "pointer-move" event along with hitTest and a debounce to create a popup on mouse hover: https://codepen.io/gavinr/pen/WNEwKEq?editors=0010