Hello,
I'm currently working on a miniprogram project, however I'm facing a display bug with textarea for Android devices on with Android v14 installed on it (specifically since this version).
Indeed, since this update, when I click on a textarea component to display the keyboard of the mobile, this one close itself directly, not letting the time to type a text. This bug occurs not only on the miniprogram project I'm currently working on but even using the sandbox proposed in the. textarea documentation here.
Finally, this display bug doesn't occur using an input field instead of a textarea.
Make sure that all libraries and dependencies used by your project are up to date. Sometimes, the development team fixes issues related to the new version of Android in an update
This issue seems to have been fixed in the latest versions.