Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Android: Weird scrolling while entering text into textboxes
When entering text into the text entry fields, the browser auto scrolls up and down with most keypresses into the soft keyboard (stock). I am seeing this in the Sencha touch form demos. Note: I am seeing this same issue in other work we are doing with the jQTouch as well, and on multiple Android phones (this Nexus S, another Evo, etc.).
Sorry if this has been addressed elsewhere. I could not find it anywhere
SenchaTouch 1.0.1a
Phone: Samsung/Google Nexus S with Android 2.3
-
Touch Premium Member
Any solution?
I've got the same problem. Any solution? It's particularly bad on prompt overlays. Android 2.2 on HTC evo.
-
Sencha User
any update?
I have the same issue.
Does anybody know a workaround?
Thanks,
Kirill
-
Sencha User
I have worked around it but without results... it's probably android bug (.manifest).
I found couple solutions based at the same problem. Somebody said that adding a line:
Code:
android:windowSoftInputMode="adjustPan"
to activity tag in .manifest file resolving this problem, but in my case didn't.
-
Sencha User
Hey, Have you solve it yet?
I also met this problem?
waiting you message
-
Sencha User
Yes, it maybe all right.
However, if there is a textfield in the bottom of the view,
when tap the textfield and show the keyboard, it will behind the keyboard, you will not see it.
var view = new Ext.form.FormPanel({
items:[{
xtype:'button',
text: 'tap the textfield bellow'
},{
xtype:'button',
text: 'tap the textfield bellow'
},,{
xtype:'button',
text: 'tap the textfield bellow'
},{
xtype:'button',
text: 'tap the textfield bellow'
},{
xtype:'button',
text: 'tap the textfield bellow'
},{
xtype:'button',
text: 'tap the textfield bellow'
}{
xtype:'button',
text: 'tap the textfield bellow'
},{
xtype:'button',
text: 'tap the textfield bellow'
},{
xtype:'textfield'
}]
})
-
Sencha User
Thanks
android:windowSoftInputMode="adjustPan"
This worked for me..