Y ykucuk Well-Known Member Licensed User Longtime User Apr 28, 2017 #1 Hello, View click event doesn't fire during they are animating.I am trying with image view and move left to right without change view's width and height. is it normal ?
Hello, View click event doesn't fire during they are animating.I am trying with image view and move left to right without change view's width and height. is it normal ?
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #2 See the code posted here: https://www.b4x.com/android/forum/threads/is-this-a-bug-in-setlayoutanimated.78807/#post-499361 Change UIViewAnimationOptionCurveLinear To: UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction Upvote 0
See the code posted here: https://www.b4x.com/android/forum/threads/is-this-a-bug-in-setlayoutanimated.78807/#post-499361 Change UIViewAnimationOptionCurveLinear To: UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction