Hello, i didn’t manage to find answer myself and a...
# compose
v
Hello, i didn’t manage to find answer myself and after googling a bit I decided to try it here Is there a way to support gboard image & video content insertion (gifs/stickers) in compose
TextField
? For
EditText
i’ve used this..
Copy code
ViewCompat.setOnReceiveContentListener(chatInput.textInput, arrayOf("image/*", "video/*"))
is there an option to not insert custom
AndroidView
? 🤞
s
No there is not.
Specially on receive content listener as far as i remember is pretty new
v
would there be an accompanist thing for it? 👀 🙂
h
ping? would love to see this in compose instead of having to wrap an
EditText
. It's been 2 years since it was last brought up here 🙏
👀 1