3 issues that I noticed with InputFields: 1. the n...
# compose-web
d
3 issues that I noticed with InputFields: 1. the numeric keyboard property is being ignored. 2. on mobile, if you tap on an InputField, the keyboard appears, you then press the button to close the keyboard, the keyboard closes as it should, BUT, once you scroll anywhere or tap on something that is not even clickable the keyboard appears again. 3. when you input the first char into the field it's height changes a little bit, this does not happen in the Android app version. you can see it here https://mobilekosmos.github.io/hear-calc/
👀 2
p
m
I still have exactly the same problem as described in 2. even with Compose 1.8.0-beta02. Tested with Chrome on Android.
p
I'm waiting for 1.8.0-rc01 as this version is specified as target for cmp-6816
m
I tried that today and the behaviour still seems to be the same with 1.8.0-rc01. I was really hoping that this bug would be fixed for 1.8.0 😢.
1
p
The same. Found some improvements but not all. Also noticed one more issue - not all taps on soft keyboard appears in text field. Sometime need to tap 5-6 times to make symbol appeared.