Closed jwallet closed 1 year ago
Yes my bad I opened this too early. But on android editable blocks the copy paste functionality. Give me some times to work on it...
Edit. I'm on github mobile, I cannot find the Draft button
Just opened #82 which should cover it
Thanks @jwallet, testing this on an ios simulator with the existing code there already seems to be copy/paste functionality. Does setting it to
editable
fix it on android or is there something else I'm missing?Setting it to
editable
seems to allow pasting and briefly typing into the text input before it gets reset, so wonder if it's best to keep it aseditable:false
on ios assuming the fix is for android only?