FLA widget not sensitive enough?
-
Hello,
I try to use the FLA Widget but it doesn't seem to work well on my phone or else maybe I don't understand this function.
The FLA area sometimes, very rarely through debug in parseGuioMsg, I get @fla1 3 usr: or @fla1 0 usr:, but as I say, it is not sensitive, to appear this debug I often have to press very hard on the area.
I think this is a useful function, I use Joy Widget to try to emulate four buttons, but this is too complicated, instead I want to use FLA for this.
Am I doing something wrong?mqttClient.publish(&In[0], "|FLA UID:fla1 X:50 Y:15 W:25 H:30 SCI:0 BGC:#FA2530 FGC:#6D9DC5\r\n");
Regards
-
@sato Hi.
Capacitive touch does not require pressure to work. If you need to apply pressure in order for touch events to be recognized, you might have a defective screen? Do other widgets work ok?
Flick area is based on the "speed of your finger". So, you need to flick your finger in horizontal / vertical direction "faster" than the specified threshold (which is currently fixed). I could perhaps expose this setting as a property.
Although I have tested this on various devices and it seems to work ok.P. S. FGC is not a valid parameter for flick area, you can omit this (see manual).
Best regards,
kl3m3n -
Hello Klemen,
FLA works but you have to swipe very fast, at least on my phone. For me, the JOY, would be better if it responded with the values like the FLA's, so I could use it.
For now I put a button on top of each of the 4 arrows in JOY, it's not very elegant as well as it affects the design, but it works.Regards
-
@sato OK, I will expose the flick sensitivity parameter in the next version. The default value will remain the same.
Best regards,
kl3m3n -
-
@sato please try first official version 1.0.0. Flick widget sensitivity property is implemented here (please see the latest manual).
P.S. If you like the app, it would be very nice if you could rate it on Google Store