Reputation: 2106
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
Reputation: 4301
One possible solution (albeit not a perfect one) has been posted here ... http://www.mailinglistarchive.com/[email protected]/msg00037.html
Upvotes: 1