Image pastes as plain text with unusual string on Android when copied from Samsung Gallery #2323
Closed
1 task done
Labels
android
Issues or feature requests specific to the Android platform.
bug
Something isn't working
moderate
Issues that are important for improving functionality or user experience.
reproducible
This bug has been confirmed and can be reliably reproduced.
Is there an existing issue for this?
Flutter Quill version
10.7.5
Steps to reproduce
10.8.4
) or older versions (e.g.10.7.5
).Expected results
Actual results
Additional Context
At first, I assumed this was a regression from #2230 though I'm able to reproduce the issue on older versions.
It looks like
Clipboard.getData(Clipboard.kTextPlain)
returns a strange String and this issue doesn't happen when copying an image from the browser or other apps.I tried
super_clipboard
(sincequill_native_bridge
doesn't havegetClipboardText()
) and it seems it returnsnull
which is correct and the expected behavior.This is a disruptive bug, I'm uncertain if this bug is from
Clipboard.getData(Clipboard.kTextPlain)
or from that Samsung gallery app.The text was updated successfully, but these errors were encountered: