Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Add support for click prevention to avoid accidental touches on the armrest screen. There are many types of accidental touches, such as the palm directly on the screen, two fingers touching two buttons one after the other, etc. Some situations cannot be blocked at the application level. For example, if two buttons are pressed in a short period of time (neither is released but both are released after clicking), a click operation will be triggered. Can we add an API so that we can call it at the driver layer in this case to withdraw the previous click event?