We are using sencha 1.1 date picker.In android 4.1.1 in some devices the date is not getting set and picker is not scrollable at all. Even the red bar which is also not showing for month and year
Please find screenshot for more info.
Please note that its happening only on some devices.
I'm also facing the same problem. The picker is popping up but not able to scroll. It's a strange bug in Sencha which is raising in Android 4.1 version. Quick response will help me alot.
The problem comes wen we set the default value for the datepicker as new Date() in the config.
{
xtype: 'datepickerfield',
name: 'Date',
id: 'Date',
labelAlign:'top',
labelWidth: '100%',
value : new Date(),
}
If we remove the "value" from the configuration then its working fine.
What may be the problem here.??