jwasilgeo / ionic-esri-map

An Ionic app demonstrating how to use the Esri ArcGIS API for JavaScript.
11 stars 5 forks source link

Support responsive map design on device rotation #20

Open andygup opened 8 years ago

andygup commented 8 years ago

When the device is rotated the map and its div should readjust to the screen dimensions and automatically recenter.

One approach to how this can be fixed is the pattern used in the jquery-mobile-map-js repo.