Hi all, I am using compose-ios and have some issue...
# compose-ios
f
Hi all, I am using compose-ios and have some issues with textfield on the ios part. It keeps flickering and also the backspace button shows some strange behavior deleting 2 letters with one click on the simulator and not showing a keyboard (I am using the mac book to fill in the fields. Anybody has any idea why this happens?
1
k
which version are you using and how do you store your data of the textfield? I once used a combinestate to combine multiple states and create the ui state from this, but it resulted in issues with the textfield like cursor wouldn’t move to last position but one before last etc. maybe that’s the problem.
m
I have the same issues but just for iOS, Android works fine
1
f
I am using decompose to store state. On Android it works fine also on my side. Only having issues on the iOS side. Currently not having an iPhone in my possession so I have to do it with a simulator.
k
is it an open source project? then i would be willing to try. I also saw different behavior between emulator and real device (e.g. not showing keyboard)
f
It’s a private project but I can make it public if you have a sec
👀 1
g
There are / were tons of iOS TextField bugs. This issue on the GitHub lists most of them out. The double backspace issue specifically is at the bottom of that list (or here), and it is apparently fixed.
👍 3
d
Thanks, we will fix it