FokkeZB / nl.fokkezb.loading

The widget provides a simple loading mask that can be easily styled and configured.
93 stars 18 forks source link

Version 1.8 in Android doesn't override the default message #22

Closed junerockwell closed 9 years ago

junerockwell commented 9 years ago

I'm using the global way: Alloy.Globals.loading.show("my custom message", false); and the "my custom message" shows up in iOS but not in Android. In Android, the default message, "Loading..." is still shown. See here: http://postimg.org/image/wvtrl8j45/dcd392d5/

Note: this is the latest updated release of the 1.8 version after you've fixed issue#21. Thanks.