Tagged Questions
1
vote
1answer
441 views
Is it possible to be notified when something is written to generalPasteboard?
I'm interested in responding to when the user performs a standard Copy to the generalPasteboard as part of the default UIWebView control. I'd like to take some action in response to this.
Is this ...
0
votes
0answers
18 views
Copy to pastboard programmatically from a PDF document in UIWebView
I am trying to programmatically copy a selection in a UIWebView to the clipboard. This works fine with HTML content. This won't work with PDF content. Although (within a PDF document) the ...
0
votes
1answer
875 views
get copied data from UIpasteboard
i have copied image from UIwebView using clipboard and i want to mail it.For this,I use general pasteboard to get data,but there is a problem in retrieving data.When i check the pasteboard current ...