Webview gesture quickbar is triggered on 3 finger touch, not 3 finger swipe down
See original GitHub issueHome Assistant Android version: beta-2188-e24712dc-full
Android version: 12
Phone model: Galaxy S20+
Home Assistant version: 2022.3.5
Last working Home Assistant release (if known): Don’t know
Description of problem: As soon as I touch the screen with 3 fingers, the quickbar appears, no need to swipe down. I cannot tell when it started to act like that. I tried with and without pinch to zoom enabled, same result. Also, the blue circle of one the finger stays displayed on all screens, not all the time.
I tried to find relevant things in the logs but didn’t find any. The original logging was removed in the PR. If you tell me what I need to search I can post an extract.
Original PR: https://github.com/home-assistant/android/pull/1356/commits Code is still the same in master.
Side note: I add a look at the implementation and this comment. And indeed, I can add e
every time there is an input field by using 3 finger touch. 😅
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top GitHub Comments
I was able to also reproduce, any 3 finger event triggers the menu. Looks like we need to be more specific when dealing with the event.
It happens when I start the movement from the bottom so literally a swipe up.
Opening a ticket for an option to disable it like Pinch to Zoom.Edit: Waiting for updates in this thread since it is now reopened (thanks to people who tried to reproduce). If a fix is possible, this won’t be necessary.