Page 1 of 1

Able to capture system gesture / back gesture as trigger?

Posted: 16 May 2020 12:49
by ChillDuder
Hi,
Some custom roms don't have that neat vibration on a back gesture swipe, so i try to get in automagic as a trigger and put out a short vibration on my own.
But i have no idea how build a trigger for this?

Any thoughts?
Thanks in advance.

Re: Able to capture system gesture / back gesture as trigger?

Posted: 16 May 2020 13:27
by Hit
Here is the trigger for you: UI Event <= Component clicked <= Packages = *<= text= Back

Only if you click back. using swipe won't work.

Re: Able to capture system gesture / back gesture as trigger?

Posted: 16 May 2020 14:23
by ChillDuder
Hm. Ok. I'll try it by time.
Thank you very much

Re: Able to capture system gesture / back gesture as trigger?

Posted: 16 May 2020 14:40
by Hit
And I found out that you can use vibrate patern like 0,100 to reduce time of vibrate to 100ms.
Glad to help!