Chris Markle
Chris Markle

Reputation: 2106

Can the iOS keyboard be programmed not to automatically insert a period for two spaces?

On the iOS platform, I have a UITextField where I am using the ASCII keyboard layout. I notice (like the keyboard works in other apps) that when I type space + space, a period '.' is inserted into the text field. This is all normal iOS stuff...

But can I configure the text field or the keyboard somehow so that this "two spaces == period" behavior is turned off?

Upvotes: 1

Views: 308

Answers (1)

Andy A
Andy A

Reputation: 4301

One possible solution (albeit not a perfect one) has been posted here ... http://www.mailinglistarchive.com/[email protected]/msg00037.html

Upvotes: 1

Related Questions