ok - so I have started using the Android AVD Manager to test the v1.4 public maps gallery with little luck. I thought maybe it was something to do with the AVD so I went to a Sprint stoer to test it too. They allow you to install apps so that was my choice for full selection of mobile devices to test drive the site.
Issues:
Apple iOS:
Redirects to a bad url and then fixes itself on way to itunes...
// IOS APP URL
pmgConfig.iosAppURL = "itms://itunes.apple.com/us/app/arcgis/id379687930?mt=8";
//perhaps another redirect would work better?
Android:
A mobile device is detected but there is no pmgConfig setting to redirect android devices to the android market so this page is displayed:
something like this would be nice...
//ANDROID APP URL
//pmgconfig.androidAppURL = "https://market.android.com/details?id=com.esri.android.client"
Further - once the app is installed the map cannot be loaded. So now the device cannot view the map at all unless the change the url to start with http instead of arcgis and not a likely task for standard mobile user...
WindowsMobile
The app took too long to download and left before it was complete - perhaps it is finished now and I will return to the store and check that one;)
there is no pmgConfig setting to redirect WindowsMobile devices to their market; something like this would be nice....
//WINDOWS MOBILE URL
//pmgconfig.windowsMobileAppURL = "http://social.zune.net/redirect/preferences/askclient?ReturnUrl=http%3a%2f%2fsocial.zune.net%2fredirect%3ftype%3dphoneApp%26id%3d7cb003be-990a-e011-9264-00237de2db9e"
Thanks - I really appreciate it. Honestly, a microsoft shop we may be but their mobile market share is so diplorable i am not super concerned with it atm. Though, it would be nice down the road to have that one too. Android is kind'a a must. At the very least, for now, we can just go the http* instead of arcgis* and that way it will at least work in a brouser capacity. As much as a like iOS - the Android solution is equally important to us; we really need a cross platform solution.
Also, if there was one more item - showing our location on the map instead of just having it centered would be amazing too!
Thanks, dz
ok - thanks - i will test again this evening with an Android phone -
Thanks.
1. I was able to change the title font in the header using the line in global.css. I still would like to include a logo to the left of the title, so I'll have to figure that out. Suggestions welcome, of course. [Edit -- I found a way to get the logo working.]
2. I'm really not sure what to change in the map. Maybe the problem is that I have two levels of group layers? I'll play around with it.