My browser app includes speech synthesis which requires me to pick different "voices" depending on whether the user has a PC, an iPhone, an iPad, etc. The Browser object allows me to test for the platform ("Win32", "iPhone", or "iPad"), but I don't know what to use for Android. Does anyone know?
NOTE: In a perfect world I would fill a list box with the voices available on the user's device, but this feature only seems to work reliably on PC. I'll enter a bug on that when I get some extra time.