How to hadle copy: paste: cut: events in UIWebView? As Apple says, we can not subclass UIWebView, so how can I handle UIResponderStandardEditActions? Maybe someone faced with such a difficulties...
I need to implement custom copy,cut,paste in order to copy/paste html (RTF text, some custom html elements). In addition, I have 2 webviews, so if I paste some elements in one, another one should reply for this interaction.