Select to view content in your preferred language

Popup Arcade works in Map Viewer but not in Web App

113
1
Jump to solution
3 weeks ago
DerekBernard
Frequent Contributor

Just creating a simple test to add a hyperlink to the bottom of a popup.  Works in Map Viewer, but when I save and look at the final app, it does not show up.

DerekBernard_0-1754661556830.png

 

DerekBernard_1-1754661583946.png

 

Map Viewer - Looks good at bottom

DerekBernard_2-1754661609545.png

 

Online App - Doesn't show up at bottom

DerekBernard_3-1754661651827.png

 

My intent is to create a specific hyperlink with feature information, but Just wanted to test the hyperlink first.

 

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

It looks like your app uses JavaScript 3.x, which is used by Map Viewer Classic. Some Arcade functionality is not available in JavaScript 3.x (see the matrix here), since the latest JavaScript version (3.43) only has access to Arcade version 1.21. That popup element doesn't work in my testing in Map Viewer Classic.

Map Viewer popup

Snag_a8345d.png

Map Viewer Classic popup

Snag_a8f480.png

View solution in original post

1 Reply
KenBuja
MVP Esteemed Contributor

It looks like your app uses JavaScript 3.x, which is used by Map Viewer Classic. Some Arcade functionality is not available in JavaScript 3.x (see the matrix here), since the latest JavaScript version (3.43) only has access to Arcade version 1.21. That popup element doesn't work in my testing in Map Viewer Classic.

Map Viewer popup

Snag_a8345d.png

Map Viewer Classic popup

Snag_a8f480.png