Hi,
after switching back to develop and updating today, one of the examples no longer compiled. This was due to a refactoring of a variable in CordovaCameraExample ... here the Application property deviceReady was renamed to isDeviceReady ... I would like to change this back to "deviceReady" as I can't recall us using the "is" notation anywhere. I know that for accessing Java beans there is a convention to call the setters "is"-something, but the property usually isn't called "is" something. But I didn't know if this renaming was due to some other problem, so I didn't simply want to change it back. Chris