Hello,
I am having some trouble with the Draw/eDraw widgets. I added some custom images (rough details below):
- \jimu.js\dijit\SymbolsInfo - added a custom *.json with my data
- \jimu.js\dijit\SymbolChooser.js - changed _isOnline to false, and changed DEFAULT_PORTAL_URL to my portal
- \jimu.js\dijit\templates\SymbolChooser.html - Referenced my custom *.json and marked it as "selected"
Everything works perfectly in the WAB. Once I export this app from the WAB, toss it into wwwroot, and register it in portal, the Draw/eDraw widget reverts back to esri defaults...
All of my apps and customizations (including Draw/eDraw) are there and work correctly. But when I click on "point" within the Draw/eDraw widget, the drop-down contains all the esri default items.
Has anyone experienced this or have a solution?