ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.85k stars 1.69k forks source link

YYTextView和YYLabel TapAction不响应 #976

Open vchao opened 2 years ago

vchao commented 2 years ago

为YYTextView设置了YYTextHighlight后,tapAction没有响应,而如果同时设置了tapAction和YYTextView的delegate的话,代理也没有响应,只有屏蔽tapAction后代理才有响应回调,但delegate也是需要用力按压才有响应; 同时YYLabel的tapAction也没有任何响应。 看这个问题已经有很多人反映了,到现在还没有解决方案

kavinXy commented 2 years ago

iOS16 tagAction无效

suricforever commented 1 year ago

为YYTextView设置了YYTextHighlight后,tapAction没有响应,而如果同时设置了tapAction和YYTextView的delegate的话,代理也没有响应,只有屏蔽tapAction后代理才有响应回调,但delegate也是需要用力按压才有响应; 同时YYLabel的tapAction也没有任何响应。 看这个问题已经有很多人反映了,到现在还没有解决方案

检查一下当前页面是否有手势,如果有,将手势的 cancelTouchsInView 设置为 false 试试