Hi,
Is there a way to create a popup for a feature that has multiple pages (as seen in image below)
by using html directly in the content property of popup.open
I know there is some way of doing it using PopupTemplate, but using this is not applicable to my problem.
view.popup.open({ title: "Path", content: "HTML HERE"});
Thank you
Are you referencing this exemple PopupTemplate - use functions to set content | Sample Code | ArcGIS Maps SDK for JavaScript 4.28 | A... ?
Because I can only get those multiple pages if I zoom out enough to selct more than one feature. That's not the same thing as having a multiple page for the same feature.
Did you solve your problem? I am also trying to show the popup content on multiple pages for a single feature.