Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

[BUG] alert() being hidden by display of tab group on Android

Using the 1.2 mobile API, I create a new Android project, open up app.js, and add on the bottom line:

alert("hi");

No alert dialog appears in the emulator. If I comment out the tabGroup.open() line, I do see the alert. This unfortunately also affects JS debug messages - if the tab group is already open, I never see a message that the JS is buggy.

This problem doesn't seem to occur when building for iPhone.

— asked April 10th 2010 by Damien Elmes
  • android
  • bug
0 Comments

1 Answer

  • Accepted Answer

    Use the Ti.API.debug info, warn, error method for now. It's a known bug. Ticket 619

    — answered April 10th 2010 by Don Thorp
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.