0

I am using a UIWebView for text and emoticon/smiley display in my app. I can input and delete the text and emoticons using the keyboard, but I want to have a button in the UI which will do the same thing. How can I imitate the keyboard delete functionality with my own button?

jscs
  • 63,694
  • 13
  • 151
  • 195
Sudha Tiwari
  • 2,499
  • 26
  • 50

1 Answers1

0

My guess would be that you have to set up some sort of communication between the native app and the webview so that you can pass certain events to be handled accordingly. Check out the post here NSString in UIWebview that might shed some light on how you can solve your problem.

Community
  • 1
  • 1
yacana
  • 144
  • 2
  • 10