FidoX
21 Nov 2011, 8:35 AM
REQUIRED INFORMATIONExt version tested:
Sencha Touch 2 dp2
Browser versions tested against:
Android WebView
DOCTYPE tested against:
____
Description:
If you have a textfield inside a form panel when you tap into it, you will see how all elements of your application get more bigger (2x size). Simply focusing a (text|area)field. Then, you can not back to the standard size until close the app and start it again.
Steps to reproduce the problem:
Create a simple application with a textfield inside a formpanel.
Tap the textfield.
The result that was expected:
The size of your application doesn't change.
The result that occurs instead:
It is like doing a 2x zoom of your app.
Test Case:
Ext.application({
name: 'Test',
launch: function() {
Ext.create('Ext.Container', {
layout: 'card',
fullscreen: true,
items: [{
docked: 'top',
xtype: 'button',
text: 'Button'
}, {
xtype: 'formpanel',
items: [{
xtype: 'textfield',
name: 'fieldname',
label: 'Text Label...',
required: false
}]
}]
});
}
});
*
Should be tested in a android device
HELPFUL INFORMATION Screenshot or Video:
not available
See this URL for live test case:
Debugging already done:
not available
Possible fix:
Im debugging to lookup a solution. If anybody have any hint about this, please tell us.
Additional CSS used:
sencha-touch.css
sencha-touch.css (of dp 1)
Operating System:
Android 2.3 Using the emulator and phisical devices
Sencha Touch 2 dp2
Browser versions tested against:
Android WebView
DOCTYPE tested against:
____
Description:
If you have a textfield inside a form panel when you tap into it, you will see how all elements of your application get more bigger (2x size). Simply focusing a (text|area)field. Then, you can not back to the standard size until close the app and start it again.
Steps to reproduce the problem:
Create a simple application with a textfield inside a formpanel.
Tap the textfield.
The result that was expected:
The size of your application doesn't change.
The result that occurs instead:
It is like doing a 2x zoom of your app.
Test Case:
Ext.application({
name: 'Test',
launch: function() {
Ext.create('Ext.Container', {
layout: 'card',
fullscreen: true,
items: [{
docked: 'top',
xtype: 'button',
text: 'Button'
}, {
xtype: 'formpanel',
items: [{
xtype: 'textfield',
name: 'fieldname',
label: 'Text Label...',
required: false
}]
}]
});
}
});
*
Should be tested in a android device
HELPFUL INFORMATION Screenshot or Video:
not available
See this URL for live test case:
Debugging already done:
not available
Possible fix:
Im debugging to lookup a solution. If anybody have any hint about this, please tell us.
Additional CSS used:
sencha-touch.css
sencha-touch.css (of dp 1)
Operating System:
Android 2.3 Using the emulator and phisical devices