Conversation
enahum
left a comment
There was a problem hiding this comment.
I think we also need to try and me able to paste other file types not just images
android/src/main/java/com/mattermost/pasteinput/PasteInputEditText.kt
Outdated
Show resolved
Hide resolved
…Text.kt Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
yes, but it seems this change broke the samsung keyboard again. I don't think it can support all types, at least not the way it was specified. my suggestion is to add this as a parameter to the library where you can specify the mime types to accept. that's beyond my scope of expertise here. |
|
actually, it seems to still work with the samsung keyboard... |
|
These changes unbroke my iOS installation (not using expo, just standard react native version 0.71) and my samsung android testing device works. (clipboard works, but hitting the paste tooltip button doesn't work) |
Summary
Fixes bugs for #25 #24 #22 and #8