ESRI App and Android Phones

641
4
08-28-2012 12:08 PM
goatessteve
New Contributor
I have several webmaps up and running on iPhones where users are editing data in the field.
Just tried them all on an Android device and it bombs every time when the user tries to edit.
What causes this and how can i fix?
Thank you!
Tags (2)
0 Kudos
4 Replies
goatessteve
New Contributor
More info:
Android Device is running android version 2.3.4
Baseband version 2.15.10.12.20
build number 4.08.605.15 CL389630 release-keys
Software number 4.08.605.15 710RD
Browser version WebKit/533.1
PRI version 1.70_002
0 Kudos
LiLin1
by Esri Contributor
Esri Contributor
Could you please share the webmap that failed to edit on Android? Where in the editing process did it crash? picking a feature from the template or while collection geometry?

Could you please try the webmap in collection samples under Gallery to see if it works for you? Collection samples are Esri hosted feature service, they are sample for people to try data collection workflow.

Thank you.
0 Kudos
Scottschrader
New Contributor II
Had the same issue.  what worked for me was to include:

"widgets": {"editor": {}}, in my json. solved this issue by stealing json code from arcgisonline as described in: 

http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/AppGuide/Maps.pdf

Now the mobile service works in both iOS and 'droid'

scott
0 Kudos
goatessteve
New Contributor
Thanks very much Scott, i will give that a try.
0 Kudos