I want my users to open an Experience Builder app, and have the extent of the map covering a specific area. I know it is possible using URL parameters to center the map of an Experience Builder app and choose a specific scale.
But how do I zoom to a specific extent using xmin, ymin, xmax and ymax ?
Since my users have very different screen sizes it would be better to zoom to extent, than have a center coordinate and a scale.
I can't find any mention of extent on here https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm
The Manage URL status function also doesn't have any extent option.
I'm looking for something similar to how zoom to extent was done with web app builder https://doc.arcgis.com/en/web-appbuilder/latest/manage-apps/app-url-parameters.htm#ESRI_SECTION1_7D2...
But maybe this is not possible with Experience Builder?