I used the hitTest on pointer-move to query a map layer using a mouse over event, with the output being in an info div on the MapView. As the user moves the cursor around, the attributes are displayed in the info div.
However our users want the old hover tool tip functionality like this version 3 sample
https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover
Is there a way to do this in version 4 where the Tooltip Dialog follows the cursor around?
Or is there a reason not to use a Tooltip?
Is a Tooltip Dialog not accessible, or as usable, or compatible on different devices?