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.
Map Viewer - Looks good at bottom
Online App - Doesn't show up at bottom
My intent is to create a specific hyperlink with feature information, but Just wanted to test the hyperlink first.
Solved! Go to Solution.
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
Map Viewer Classic popup
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
Map Viewer Classic popup