Fiddl3
Fiddl3
No problem. I'll email you, but not today. There was a "small" party last night and... I can't think straight right now.
draggable_view_top_view_y_scale_factor should be set as float value, not dimesion,
I'm working on fullscreen support for ResizeTransformer on this branch: https://github.com/Fiddl3/DraggablePanel/tree/LanscapeMode-feature. It's synchronized with `develop`, you can clone this branch and make your changes.
Now I'm working on my engineering degree (Home automation project) and I don't have any time for this. I hope in second half of February this'll change.
This happens to me too on some devices... I don't think this is bug in DraggableView, but there is simple solution - check pointerCount and if `count > 1` `return...
You can always catch exception and return false but you should debug `ViewDragHelper.shouldInterceptTouchEvent()` method because it appears that MotionEvent is changing in for loop and this cause exception, because before...
please try this branch https://github.com/Fiddl3/DraggablePanel/tree/viewDragHelper_issue if it fix this bug I'll create pull request
For now I'm using try...catch to silence this exception, but I really don't know why it is happening even with new instance on event...
to hide menu you need to call `showContent()` not `showMenu()`
No problem :ok_hand: