You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
The basemap selected won't update in the mobile version for some reason. The below code should kick in when the theme is changed to update the selected basemap in the ArcGIS Online web map.
// Set the radio button - Mobile version - NOT WORKING FOR SOME REASON!!!
if (currentPage.indexOf("mobile") != -1) {
$("#" + this.id).prop("checked", true)
}
The text was updated successfully, but these errors were encountered:
The basemap selected won't update in the mobile version for some reason. The below code should kick in when the theme is changed to update the selected basemap in the ArcGIS Online web map.
// Set the radio button - Mobile version - NOT WORKING FOR SOME REASON!!!
if (currentPage.indexOf("mobile") != -1) {
$("#" + this.id).prop("checked", true)
}
The text was updated successfully, but these errors were encountered: