Select to view content in your preferred language

JS API v.2.5 Popups

500
1
09-26-2011 09:38 AM
DeanChiang
Occasional Contributor
None of the popups examples under the new JS API v.2.5 Samples page seems to work - No info window like popup seems to appear in the live examples no matter where I click on the map.  For example -  http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_popupfl.html. or
http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_mobilepopup.html -?

browser: Chrome
0 Kudos
1 Reply
derekswingley1
Frequent Contributor II
For the first one, pan the map North until you see some map graphics. Click one of the map graphics and you should see a popup. We will alter the starting extent for this sample so that you see some data when the page initially loads (I think the underlying data chagned since the sample was written).

Regarding the mobile sample, the problem appears to be related to this:
dojo.connect(dijit.byId('map'), 'resize', resizeMap);


We need to delete that line as with 2.5 it's no longer necessary. We'll update these samples soon, thanks for the heads up!
0 Kudos