[TIMOB-571] tabBarHidden is ignored in Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:32:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.1.1 |
Components | iOS |
Labels | android, defect |
Reporter | Dan Mullineux |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:32:13.000+0000 |
Updated | 2017-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.
Sorry, but the Android Tab Group cannot be hidden. It's not a defect.
bugger
Closing as invalid.