0

I have a text input in UIWebView. IF the auto correct suggests a correction, and i dismiss that suggestion, the text input is no longer accepting keyboard inputs.

If i switch to an different input, and back, then i can input text again.

Are there some sort of events being sent by the keyboard that can be used to address this? Why do

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

You can't handle keyboard events for textfields inside an UIWebView, but you can disable autocorrect feature as mentioned here: Disable autocorrect

Community
  • 1
  • 1
Paul N
  • 1,901
  • 1
  • 22
  • 32