I tried various solutions offered on this site, and others - for implementing touch events on uiwebview. But still I canβt do it. In fact, I created an article reader. Here I added uiwebview about normal uiview. Now I want to trace some user touch events on this particular webview. When I do this at a normal level, it works fine. But if I try this on a webview. he stops working. The solutions I tried before
- implementation of touch methods such as touchbegan touchended touchmoved touch is canceled
2 implementation of uigesturerecognizer 3 implementation of window touch events, such as a send event
Now, if someone can help me or tell me where I am doing the wrong or a new decision (other than this), then I will be grateful.
source
share