79384592

Date: 2025-01-24 13:58:58
Score: 0.5
Natty:
Report link

I was facing to the same issue but adding

setOnTouchListener { v, event ->
    v.parent?.requestDisallowInterceptTouchEvent(true)
    v.onTouchEvent(event)
}

to the webView (in the apply block) is fixing the problem !

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marine Droit