I'm struggling to get popups to show up when I click on a feature displayed in a portal WebScene in my code. I know that popups are enabled for my layers, because when I view the WebScene in Scene Viewer in my browser, I see the popups when I click on features.
I notice that in the example here: https://developers.arcgis.com/javascript/latest/display-a-web-scene/, that when I click on a feature, it gets highlighted, but no popup appears. I don't know if popups are enabled for the layers in that WebScene, but when I tried to modify that code to show my WebScene, for which popups are enabled, they still don't show up.
Is it possible to have a portal WebScene in my web application and show popups for its feature layers?