Skip to content

[Mobile] selection in readonly mode #139

@WingCH

Description

@WingCH

I have tried running example directory successfully before creating an issue

in read_only_page.dart, set showCursor to false

...
    var quillEditor = QuillEditor(
      controller: controller!,
      scrollController: ScrollController(),
      scrollable: true,
      focusNode: _focusNode,
      autoFocus: true,
      readOnly: !_edit,
      expands: false,
      padding: EdgeInsets.zero,
      showCursor: false, // add this
    );
...

Step 1: select text
Step 2: click copy

"selection point" should not show
image

record2021-04-06-11-31.mp4

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