You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebGL 错误:INVALID_OPERATION: GL_BLEND with floating-point color attachments requires the EXT_float_blend extension
控制台中的具体错误信息如下:
[Warning] EXT_float_blend not supported (@applemusic-like-lyrics_vue.js, line 19555)
[Warning] OES_texture_float_linear not supported (@applemusic-like-lyrics_vue.js, line 19555)
[Info] 3744.1442276181556 (@applemusic-like-lyrics_vue.js, line 19607)
[Error] WebGL: INVALID_OPERATION: GL_BLEND with floating-point color attachments requires the EXT_float_blend extension. (x242)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
首先感谢您开发的歌词组件,带来了出色的视觉效果。然而在移动端使用时,我遇到了一些兼容性问题,希望能得到进一步优化。
在移动端页面中,歌词的 Click 事件无法正常触发。我查阅了相关文档,似乎目前组件只支持鼠标左键和右键事件的传参,因此在移动端点击无法被正常捕捉。是否有可能增加对移动端 Touch 事件的支持,以便在移动端设备上也能获得同样的互动体验?
此外,在移动端环境下,背景渲染存在兼容性缺失的问题,导致背景无法正确显示。具体表现为以下 WebGL 警告和错误:
控制台中的具体错误信息如下:
由于移动端的 WebGL 支持度较低,这些错误可能导致背景渲染不完整或完全缺失。是否可以通过一些降级处理或替代方案,提升在移动端的兼容性?
该组件的视觉效果非常出色,如果能够完善移动端的支持,用户体验将得到显著提升。我想了解是否有进一步优化移动端体验的计划,或是否可以提供一些相关的建议或指导,以便临时解决移动端的兼容性问题。
感谢您对该项目的付出!
祝好!
Beta Was this translation helpful? Give feedback.
All reactions