Skip to content

Back button doesn't work #33

Description

@rt16

When ever i type something and click on the device back button the back button does not work.If the text editor does not have focus and then i click on the back button it works fine.

I have the following code:
Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
HtmlEditor(
showBottomToolbar: false,
hint: "Your text here...",
//value: "text content initial, if any",
key: keyEditor,
height: 400,
),
],
),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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