Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Keyboard won't open if editor.html = "" #252

@couderA

Description

@couderA

Hello. the issu i've encounter is the following.

My RichEditor view is 150px in height, I manually set the editor.html to Empty string, and when i'm running the app and i tap in the view the keyboard won't open.

I also noticed that this behaviour repeat even if the editor.html equal a non empty string. on this case, If I tap on the test on directly next to it (right left) the keyboard will open. But If I tap on the white space just bellow the text the keyboard won't open.

I manage to fix the issue by adding this in the style.css for the body

body {
    -webkit-user-select: auto !important;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions