alexbrazier / react-native-network-logger

An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code
MIT License
550 stars 50 forks source link

Details: Allowing copy paste using TextInput on both devices #79

Closed jwallet closed 1 year ago

alexbrazier commented 1 year ago

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?

image

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 as editable:false on ios assuming the fix is for android only?

jwallet commented 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

alexbrazier commented 1 year ago

Just opened #82 which should cover it