-
Notifications
You must be signed in to change notification settings - Fork 27.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextFormField keyboard clipboard is disabled on Samsung keyboard #60593
Comments
Hi @roshaninet There is no configuration to enable this in my code Code Sample
flutter doctor -v
|
@roshaninet - is the paste button disabled after text has been copied to the clipboard? |
no , its allways disabled , clipboard not work , is there any permission or role i have to add to mainfiest ? |
paste is working well , this is clipboard button on samsung keyboards . |
Hi @roshaninet For some reason, I don't see clipboard on my Samsung keyboard and not even in the settings |
do you test "Text rich"? |
clipboard is in setting button . this problem is only in samsung keyboards . gboard work fine |
i need editor , like textarea . righttext is readonly and is only for display text with diffrent styles |
I can't find clipboard on Galaxy M30's Samsung keybaord to reproduce this issue |
any solution yet ?!, I reproduced the same issue on Samsung Note5. |
This is probably related to #74320 |
Any news? |
Verified this issue using Samsung S10 Galaxy device by running a sample code on latest stable (3.19.3) wherein the clipboard functionality worked as expected. The Clipboard button is enabled and also pastes the data from clipboard in the textfield, as shown below: 20240314_174611.mp4Closing this issue based on above verification and no more replicable. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
hi , in flutter app TextFormField multiline clipboard button on keyboard are disabled
how i can enable this feature of keyboard?
The text was updated successfully, but these errors were encountered: