jwasilgeo / ionic-esri-map

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

Zoom widget not working on Android #8

Closed andygup closed 8 years ago

andygup commented 8 years ago

The zoom widget is failing silently on Android 6.0.1. I'm seeing the following ionic events on the device, not sure if they'll be helpful or not:


04-05 16:49:47.163 18454-18454/com.ionicframework.ionictest1314838 D/cr_Ime: [InputMethodManagerWrapper.java:56] isActive: true
04-05 16:49:47.163 18454-18454/com.ionicframework.ionictest1314838 D/cr_Ime: [InputMethodManagerWrapper.java:65] hideSoftInputFromWindow
andygup commented 8 years ago

This works now as of commit to fallback to JSAPI v3 https://github.com/jwasilgeo/ionic-esri-map/commit/692b30a7813bd9f1af6ce39063793ee05527f8cd

I'm voting for closing this one out. We haven't seen any issues with the zoom widget on pure Cordova (non-angular) installs.