Hi everyone!
Context
ArcGIS JavaScript API 4.7
I have a feature layer (A) made from client-side graphics. On top of this feature layer, there exists another feature layer (B) made of graphics using a picture fill symbol. Layer B contains no data, but is simply used to overlay a photo on top of layer A.
Problem
When clicking on areas where both layers overlap, the popup of the higher layer's popup (B) is being triggered. Is there any way to access the lower layer's (A) popup?
Any advice or input is greatly appreciated!