AllAngleExpandableButton icon indicating copy to clipboard operation
AllAngleExpandableButton copied to clipboard

Click is not working on Top of MapView inside a ViewPager

Open usmanrana07 opened this issue 6 years ago • 2 comments

I'm using 'AllAngleExpandableButton' widget in a fragment on top of a MapView, that fragment is inside a ViewPager. When i click on the button , it doesn't perform any action. Seems like AllAngleExpandableButton is not accepting touch events in this case.

usmanrana07 avatar Jun 11 '18 11:06 usmanrana07

I have the same problem

xuehao0217 avatar Jul 11 '18 13:07 xuehao0217

Hello, I have solved this problem
@Override public boolean onTouchEvent(MotionEvent event) { detachMask(); attachMask(); pressPointF.set(event.getRawX(), event.getRawY());

xuehao0217 avatar Jul 12 '18 06:07 xuehao0217