nakijun / zengl

Automatically exported from code.google.com/p/zengl
0 stars 0 forks source link

iOS - Bug with Virtual Keyboard #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bug reproduced on Demo03.

If you close the Virtual Keyboard (tapping the button to close it) or some 
other way, you can't activate the Keyboard anymore.

It only works if you tap the Done Button instead of closing the keyboard other 
ways.

Original issue reported on code.google.com by wagenhei...@gmail.com on 11 Jan 2013 at 1:51

GoogleCodeExporter commented 9 years ago
I tried to create a fix to this adding a UIKeyboardDidHideNotification and 
using Key_EndReadText but could not make it works.

Original comment by wagenhei...@gmail.com on 11 Jan 2013 at 1:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Bug only happens on iOS6. I will try to create a fix this weekend.

Original comment by wagenhei...@gmail.com on 18 Jan 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Removing keysTextField.resignFirstResponder() from 
zglAppDelagate.textFieldShouldReturn seems to fix the problem.

Original comment by wagenhei...@gmail.com on 5 Feb 2013 at 5:49

GoogleCodeExporter commented 9 years ago
fixed in svn revision #1981

Original comment by dr.andru@gmail.com on 13 Feb 2013 at 5:14