Bug: textarea not work in Android

hello,

I use dhtmlxTouch 1.2

I created a teaxtarea like this:
{ view: ‘textarea’, label: ‘Description’, id: ‘txtDescription’}

With Android, when I tap on the textarea, the keyboard appears and disappears directly. It is impossible to encode the text in it.

It works on iPad.

How can I fix this?

Small details, it runs on Android in landscape mode but not in portrait mode.
And if I encode data in the form in landscape mode when I go to portrait mode, all data encoded disappear

Hello,

could you please attach a complete demo to reproduce the problem locally ? Also please provide some details about your Android device.

bug occur where the property “scroll” of a form is set to true

Hello,

we have not reproduced the problem with keyboard locally. Could you please provide details about your device ?

And if I encode data in the form in landscape mode when I go to portrait mode, all data encoded disappear

The form is rendered when you rotate your device. That is why if you do not save value, the form will show default value after rotate.