linagora / tmail-flutter

A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
GNU Affero General Public License v3.0
299 stars 65 forks source link

[Bug][MOBILE] Problems with selection of text in received letters #3033

Open tprudentova opened 1 month ago

tprudentova commented 1 month ago

0.12.1 tested on Android; mail.stg.lin-saas.com

  1. Receive a letter, open it
  2. Try to select text to copy it
  3. It's really hard to do it (I think you need to long-tap it for too long, and the block for selection is too narrow, so it's not very intuitive)
  4. Once you select text, it's impossible to unselect

Expectation: I can select text by long-tapping it for like 0.3 sec (not sure about exact time, please check the way it's done in other email clients). I can unselect by clicking on any other part of the screen

https://github.com/user-attachments/assets/b0cf718d-9eae-4a88-a238-2efb4b417b1e

hoangdat commented 1 month ago

Hi @tprudentova I don't have the problem related to unselect text in my phone. Can you compare the behavior of selecting text with other application, I still not have these problems with it?

tprudentova commented 1 month ago

@hoangdat it's working fine for other apps :( Maybe try with a really short letter?

hoangdat commented 1 week ago

it is conflict between 2 behavior: long click and scroll view of email content. investigate to find better solution.