I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17).
ESRI original WAB Widget "Coordnate" (3D) tracks mouse and displays the long,lat values as you move the mouse around. When I config "Coordinate" and add a 2nd coordinate system, in my case - wkid:2039, the widget stops tracking the mouse and I must click the map from time to time when I want to get the X,Y values.
How do I modify widget "Coordinate" code, in order that also for the added coordinate system, the widget will track mouse movements and constantly display X,Y values as I move the mouse around?