0

when the user search on the search bar with blank space after entering some text then a dot is coming. For example when the user types:

Qq<spacebar><spacebar>

The result is:

Qq.

in the output we can see one dot. how its coming how we can remove the dot

bradley.ayers
  • 37,165
  • 14
  • 93
  • 99

2 Answers2

1

This is a shortcut built into iOS. From Apple's iPhone 4 Tips and Tricks page:

Tap the space bar twice, and iPhone adds a period and capitalizes the next word.

See these two questions for potential solutions.

Community
  • 1
  • 1
0

It's the standard behavior of the input fields in iPhone. You can modify this behavior in your settings under:

General ⇛ Keyboard ⇛ "." Shortcut ⇛ OFF

If you want to turn it off programmatically see @Chris' answer.

Community
  • 1
  • 1
KARASZI István
  • 30,900
  • 8
  • 101
  • 128