Skip to content

Error when exiting from scrollable gallery view on Android #8

Open
@misbach

Description

@misbach

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions