-
21 Dec 2011 11:42 PM #1
Unanswered: TabPanel tabBar does not position at bottom of screen on Android phones
Unanswered: TabPanel tabBar does not position at bottom of screen on Android phones
There is a thread for this issue in the Sencha Touch 1.x forums here but I am experiencing the same problem in Sencha Touch 2
Basically the main view of my application is a tabpanel, using the following config options it positions at the bottom of the screen for iPhone etc, but leaves a white line about 0.75cm below the tab panel on Android phones when in portrait view, and the space is a bit wider when in landscape view
I've tried using tabBarPosition: 'bottom' within the tabPanel config, but this seems to have the same problem... any one know of a fix for this (or what I am doing wrongCode:Ext.define('MyApp.view.MainTabs', { extend: 'Ext.TabPanel', xtype: 'mainTabPanel', config: { tabBar: { docked: 'bottom', layout: { pack: 'center' } }, items: [ // items go here ] } });
)
-
22 Dec 2011 6:59 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 434
- Answers
- 3102
Are you wanting to submit a bug report?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote