I have set up the Election Polling places app. Everything is working just fine and the map is public. I tried it out on my iphone and an android tablet and all the layers show up just fine. When I click on the map to find my polling place, and I click on the box that is supposed to show me the Polling place details for that area, nothing shows up in the Details box. The directions and the Comment parts work just fine, just can't get the polling place details to show up at all. Same thing happens if I just tap on the polling place points. Is there some setting you have to set somewhere that allows this info to be populated on mobile devices?Below is the area of the config.js with the services. Thanks in advance for any suggestions or help. // ------------------------------------------------------------------------------------------------------------------------
// OPERATIONAL DATA SETTINGS
// ------------------------------------------------------------------------------------------------------------------------
// Choose if you want to use WebMap or Map Services for operational layers
UseWebmap: false,
// if using WebMap, specify WebMapID within quotes, otherwise leave this empty and configure operational layers
WebMapId: "6706a58177074f38963240d46dd01218",
// if using WebMap, rest of the operational data settings will be pickedup from WebMap
// if not using WebMap, set the following options
// Configure operational layers:
PollLayer:
{
ServiceUrl: "http://klingon/arcgis/rest/services/Public/PollingPlaces/MapServer/0",
Image: "images/pollingPlace.png",
UseImage: false
},
PollMobileLayer:
{
ServiceUrl: "http://klingon/arcgis/rest/services/Public/PollingPlaces/MapServer/0",
Image: "images/pollingPlace.png",
UseImage: false
},
PrecinctLayer:
{
ServiceUrl: "http://klingon/arcgis/rest/services/Public/Precincts/MapServer/0",
Color: "#00ff00",
Alpha: 0.75,
UseColor: false
},
PrecinctOfficeLayer: "http://klingon/arcgis/rest/services/Public/PollingPlaces/MapServer/1",
PollingCommentsLayer: "http://klingon/arcgis/rest/services/Public/PollingPlaces/FeatureServer/2",