Open
Description
I get an error when I click on the back button in Android on line 419. Here is the code section:
417: galleryWindow.addEventListener('blur', function() {
418: if (isAndroidDevice)
419: Titanium.UI.iPhone.statusBarStyle = Titanium.UI.iPhone.StatusBar.DEFAULT
420 }) ;
The thing I can't figure out is why an iOS only call is being made on an android device?
I just commented out these lines and it seems to work fine.
Metadata
Metadata
Assignees
Labels
No labels