Software Archive
Read-only legacy content
17061 Discussions

Input type number does not accept any input in ios/ipohne

Oliver_L_
Beginner
329 Views

My app contains a single Input filed of type text/number to type a zip code in it.

In Android al works well.

In iOS/iphone the field gets the focus. The field accepts typing on it and opens the keybord or number keybord but it does not accept any input.

 

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
329 Views

Oliver -- does it work any better if you use the Ionics keyboard plugin? See the plugin documentation for instructions on how to use it.

0 Kudos
Oliver_L_
Beginner
329 Views

Hi Paul,

thanks for your quick answer. I solved the problem. It was a CSS property in the input selector "-webkit-user-select: all;" that causes the problem in iOS.

Thanks

0 Kudos
Reply