Help about Talkback feature "Explore By Touch"

fred38

Member
Licensed User
Longtime User
we want to program a B4A application for blind people.
we need to use Talkback ant Talkback feature "Explore By Touch"
because we want to use gesture or draw to replace keyboard
but if talkback is active it is impossible
we work with java and android sdk and we find a solution in java

We need absolutely access to equivalent ACTION_HOVER_ENTER,
ACTION_HOVER_MOVE and ACTION_HOVER_EXIT events provided by Java with
Android sdk.
How could it be possible from Basic4Android, because there are only
ACTION_DOWN,ACTION_MOVE and ACTION_UP equivalent events?
can we translate this in B4A, use java in B4A how to proceed.
thank you for your answers
Fred
:sign0085:
 
Top