Skip to content
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

Bugly升级在android12版本上自定义布局按钮无法点击 不使用自定义布局 点击确定无反应 #363

Open
chao9267 opened this issue May 16, 2022 · 4 comments

Comments

@chao9267
Copy link

chao9267 commented May 16, 2022

异常类型
运行时异常

手机型号
一加-

手机系统版本
Android 12.0

implementation "com.tencent.bugly:crashreport_upgrade:latest.release"

复现路径

自定义bugly升级UI后 确定按钮无法点击 Android12 其他型号正常

@chao9267 chao9267 changed the title Bugly升级在android12版本上按钮无法点击 Bugly升级在android12版本上自定义布局按钮无法点击 不使用自定义布局 点击确定无反应 May 16, 2022
@yizichangyin
Copy link

一样

@chao9267
Copy link
Author

有可能是因为android 12新特性 不受信任的触摸事件被屏蔽的影响 能兼容一下吗?
TARGET_SDK_VERSION=31 无效
TARGET_SDK_VERSION<31 正常
@zjrwdl @devilWwj @JalenChen

@taotaomami
Copy link

taotaomami commented May 23, 2022

@chao9267 @yizichangyin 你们是通过固定控件id还是自定义Activity的方式? 是否有如下Log输出?

Untrusted touch due to occlusion by PACKAGE_NAME.

@chao9267
Copy link
Author

@chao9267 @yizichangyin 你们是通过固定控件id还是自定义Activity的方式? 是否有如下Log输出?

Untrusted touch due to occlusion by PACKAGE_NAME.

固定控件id的方式

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants