Keyboard not displayed on android 14 for textarea
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.