Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-571] tabBarHidden is ignored in Android

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:32:14.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.1.1
ComponentsiOS
Labelsandroid, defect
ReporterDan Mullineux
AssigneeReggie Seagraves
Created2011-04-15T02:32:13.000+0000
Updated2017-03-02T18:49:35.000+0000

Description

Version 1.0

android emulator 1.6 with API's

iPhone ok

v simple code. one window, one tab....

// create tab group
var tabGroup = Titanium.UI.createTabGroup();


// // create base UI tab and root window // var win1 = Titanium.UI.createWindow({


url:'main_windows/login.js',
titleImage:'images/appcelerator_small.png',
tabBarHidden:true



});
var tab1 = Titanium.UI.createTab({
icon:'images/tabs/KS_nav_views.png',
title:'Base UI',
window:win1



});
tabGroup.addTab(tab1);

tabGroup.setActiveTab(1); // open tab group with a transition animation tabGroup.open({
transition:Titanium.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT



});

main_windows/login.js creates a couple of text boxes and lables - its the same when all code is removed from main_windows/login.js.

Comments

  1. Don Thorp 2011-04-15

    Sorry, but the Android Tab Group cannot be hidden. It's not a defect.

  2. Dan Mullineux 2011-04-15

    bugger

  3. Lee Morris 2017-03-02

    Closing as invalid.

JSON Source