Skip to content
This repository was archived by the owner on Nov 29, 2017. It is now read-only.
This repository was archived by the owner on Nov 29, 2017. It is now read-only.

Android image showing #1

Description

@SkyTang

Hi there,

I see that in the android it doesn't really display the loading image when it's shows for the second or more time.
What i did to fix this was when the show function is called, i call the method the TiLoad.spinner.start() only for android.

The code would be like this:

show: function() {
if(!TiLoad.visible) {
TiLoad.size();
TiLoad.visible = true;
TiLoad.window.open(TiLoad.animOpen);
if(Ti.Platform.osname == "android")
TiLoad.spinner.start();
};
}

What I use:

  • Titanium SDK 1.7.5
  • Titanium Studio 1.0.6
  • Android Google API 2.2

Greetz,
Sky Tang

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions