0

Disable interactive touch input when zone is hidden?

I am using the show/hide zones function to create the illusion of different pages.  However, I discover that even though the zone is hidden and not visible, the touch event still operates - if you happen to know where to touch, or if another zone if over the top

Is there a way of disabling the touch events for hidden zones?

1 comment

  • 0
    Avatar
    Bright Scripters

    When you don't want touch to be active, transition to a state that has no touch events attached to.

    When touch response is needed again, transition back to the first state.

     

Please sign in to leave a comment.