Icons Disappeared When App was Launched

1142
1
Jump to solution
10-31-2016 11:19 AM
LesiMai3
Occasional Contributor

Hi,

I was trying to have custom icons for each query configured in the filter widget. I was able to see the icon in dev mode, but when I launched the app, all the icons disappear.

Does anyone know a workaround? Or did I miss something?

Here are the screen captures showing the issue encountered --

When configuring the app in the developer mode:

When app was launched:

Any pointers will be greatly appreciated!

Thanks,

Lesi

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Lesi,

   Look in the apps/configs/Filter/config_Filter.json and the "icon": "${appPath}/configs/Filter/icon.png"  If it still has "${appPath}" then replace that with the url to your deployed app.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Lesi,

   Look in the apps/configs/Filter/config_Filter.json and the "icon": "${appPath}/configs/Filter/icon.png"  If it still has "${appPath}" then replace that with the url to your deployed app.