Giter Club home page Giter Club logo

Comments (14)

ygzm-lxh avatar ygzm-lxh commented on May 26, 2024

这样这个框架就没使用的价值了,希望大神改改。

from toucheffects.

likaiyuan559 avatar likaiyuan559 commented on May 26, 2024

请问能否提供详细信息,比如使用方式,手机型号,系统版本等?

from toucheffects.

ygzm-lxh avatar ygzm-lxh commented on May 26, 2024

华为荣耀10:COL-AL 10 Android版本:9

from toucheffects.

likaiyuan559 avatar likaiyuan559 commented on May 26, 2024

请问代码中如何使用的?复现场景有哪些?

from toucheffects.

likaiyuan559 avatar likaiyuan559 commented on May 26, 2024

使用的是哪个版本?是否对View设置了enabled?

from toucheffects.

ygzm-lxh avatar ygzm-lxh commented on May 26, 2024

使用的是咱们的普通版,在build.gradle中添加implementation 'com.github.likaiyuan559:TouchEffects:v0.1.3',在Application中添加TouchEffectsManager.build(TouchEffectsWholeType.NONE)//设置全局使用哪种效果
.addViewType(TouchEffectsViewType.ALL)//添加哪些View支持这个效果
.setListWholeType(TouchEffectsWholeType.STATE)//为父控件为列表的情况下,设置特定效果
.addViewTypes(TouchEffectsWholeType.SCALE,TouchEffectsViewType.LinearLayout);
在baseActivity中添加protected void initTouchEffects() {
TouchEffectsFactory.initTouchEffects(this);
}并引用,View中没有添加enabled。

from toucheffects.

likaiyuan559 avatar likaiyuan559 commented on May 26, 2024

请问怎么复现?这个是关键信息,希望能回答一下,麻烦了。

from toucheffects.

ygzm-lxh avatar ygzm-lxh commented on May 26, 2024

这个不好说,就是点点点,有的时候几天都不出现一次,我用了四五天点出来过三次这种情况,我们测试测试了两三天出现过一次。

from toucheffects.

likaiyuan559 avatar likaiyuan559 commented on May 26, 2024

是所有机子会出现还是只有华为的会出现?

from toucheffects.

ygzm-lxh avatar ygzm-lxh commented on May 26, 2024

这个不确定,我用的是华为,测试用的华为和魅族的。

from toucheffects.

likaiyuan559 avatar likaiyuan559 commented on May 26, 2024

因为我自身的项目也在用这个框架,目前没有出现过你所说的问题,所以我并不好定位到问题所在,我会尽力去定位到问题并解决的,谢谢反馈。

from toucheffects.

weibo1314 avatar weibo1314 commented on May 26, 2024

我也遇到了这个问题,华为手机,快速点击按钮(按钮功能返回上级页面)多试几次必现
复现条件:使用了butterknife的@OnClick设置点点击(普通调用监听的方式不会)

from toucheffects.

MikuQxi avatar MikuQxi commented on May 26, 2024

我也遇到这个问题了,就是疯狂点击不同按键,点击30秒左右就会出现,
出现的时候点击按钮还有动画效果,但是没办法触发点击事件

from toucheffects.

MikuQxi avatar MikuQxi commented on May 26, 2024

@likaiyuan559 如果不使用这个框架的话,狂点击的话当前activity可能会闪退,然后再次进入会一切正常,
如果使用我们这个框架的话,疯狂点不会闪退当前activity,但是就会出现整个项目的大部分点击事件不可用(应该是被框架拦截掉了)

from toucheffects.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.