Hello everybody,
I create a map , add feature layer, add mobile popup
then I want to make search and draw a circle that cover search area
after I draw the circle using this code:
featureLayer.add(circle, circleSymbol);
the popup does not work and when I click features no popup (infowindow) displayed
and if I delete the line for add graphic the popup worked fine
why is this happen