开发者

iPhone virtual keyboard bug

In iPhone virtual keyboard...

1.Change the a开发者_如何转开发lphabetical keypad view to numerical view.

2.Tap on the single quote(') button the view changes to alphabetical.

3.In this view tapping on space twice displays a fullstop.

I don't know whether it is apple bug or feature, How to fix this issue through coding?

Thanks,


This is not a bug, this is a feature.

(Apple deliberately make pressing ' switch back to the alphabetic plane for contractions like "Peter's".)

(And tapping space twice gives a period is also a feature. It's even documented.)

If you want to modify this feature, the whole UIKBKeyboard class of the keyboard layout needs to be changed at runtime, which means "private API" etc.


This answer may help: iPhone: Disable the "double-tap spacebar for ." shortcut?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜