I am disabling setUserInteraction for a uiwebview. After 5 seconds I enable it again. Problem is that if user touches it during this period of 5s, not execute an action but after this timeout, action is executed! How to disable userInteraction completely or clear event history before setting its interaction again? thank you.
I am disabling setUserInteraction for a uiwebview. After 5 seconds I enable it again.
Share
Try using
and
instead.
Though this disables user interaction for whole application so it might not be the right workaround for you.