Select to view content in your preferred language

How to maximize the popup window in EB

336
2
Jump to solution
05-05-2025 05:39 AM
Labels (1)
SanchezNuñez
Frequent Contributor

Good morning,

Is there a way maximize the popup window when a user  clicks of a feature?  

We have a popup that has only 6 fields and the suer would like to see the whole list  together.

Thanks

 

 

0 Kudos
1 Solution

Accepted Solutions
Ke_Xu
by Esri Regular Contributor
Esri Regular Contributor

Hi @SanchezNuñez,

There isn't a way to manually change the size of the Popup. Since it lives within the View, it's best to not take up too much space. It is a known limitation from JS API.

Please use the Feature Info widget instead.

 

Thanks,

Ke

View solution in original post

0 Kudos
2 Replies
Ke_Xu
by Esri Regular Contributor
Esri Regular Contributor

Hi @SanchezNuñez,

There isn't a way to manually change the size of the Popup. Since it lives within the View, it's best to not take up too much space. It is a known limitation from JS API.

Please use the Feature Info widget instead.

 

Thanks,

Ke

0 Kudos
SanchezNuñez
Frequent Contributor

Good morning @Ke_Xu 

I tested adding a feature info widget, with the jewelry template, adding the widget in the slide and it works.