-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
动画播放页面无法点击 #12
Comments
可以的,明天处理下发自我的 iPhone在 2025年1月20日,18:47,huluo ***@***.***> 写道:
现在的需求是礼物动画播放时也能操作页面事件
@Property (nonatomic, strong) MTKView *mtkView;
能否将mtkView设置公开属性,禁用播放器的用户交互 (userInteractionEnabled = NO),确保播放器不会拦截点击事件。
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
谢谢,再麻烦支持下远程URL设置头像,目前支持本地图片 |
这个暂时不会支持,考虑到很多产品有自己的下载库,做缓存相关的功能,所以播放器还是保持播放本地资源。发自我的 iPhone在 2025年1月20日,20:59,huluo ***@***.***> 写道:
谢谢,再麻烦支持下远程URL设置头像,目前支持本地图片
[player setImageUrl:@"https://www.baidu.com/img/PCfb_5bf082d29588c07f842ccde3f97243ea.png" forKey:@"key_avatar1"];
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
我试了下,默认不会拦截点击事件的,不用开放这个属性 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
现在的需求是礼物动画播放时也能操作页面事件
@property (nonatomic, strong) MTKView *mtkView;
能否将mtkView设置公开属性,禁用播放器的用户交互 (userInteractionEnabled = NO),确保播放器不会拦截点击事件。
The text was updated successfully, but these errors were encountered: