Hi @SankethBK , recently i came across this issue.
Whenever talkback is ON, if we do single TAP, the pointerDown event is not hitting and recordPointerEvent is not calling.
that means still timer is running and eventually we are getting the SessionTimeoutState.userInactivityTimeout state.
Only double TAP is considered as pointerDown event and recordPointerEvent is calling.
current behaviour: When Talkback is ON
single TAP : pointerDown Event is not hitting and recordPointerEvent is not calling
double TAP: pointerDown Event is hitting and recordPointerEvent is calling
Expected behaviour: When Talkback is ON
single TAP : recordPointerEvent must call
double TAP: pointerDown Event is hitting and recordPointerEvent is hitting.
Any suggestions and workarounds for this issue might be helpful.
Thanks in Advance.
Hi @SankethBK , recently i came across this issue.
Whenever talkback is ON, if we do single TAP, the pointerDown event is not hitting and recordPointerEvent is not calling. that means still timer is running and eventually we are getting the SessionTimeoutState.userInactivityTimeout state.
Only double TAP is considered as pointerDown event and recordPointerEvent is calling.
current behaviour: When Talkback is ON
single TAP : pointerDown Event is not hitting and recordPointerEvent is not calling double TAP: pointerDown Event is hitting and recordPointerEvent is calling
Expected behaviour: When Talkback is ON
single TAP : recordPointerEvent must call double TAP: pointerDown Event is hitting and recordPointerEvent is hitting.
Any suggestions and workarounds for this issue might be helpful. Thanks in Advance.