LongPressPopup icon indicating copy to clipboard operation
LongPressPopup copied to clipboard

Make a Popup appear long pressing on a view and handle drag-release events on its elements

Results 4 LongPressPopup issues
Sort by recently updated
recently updated
newest added

Would you consider changing the way the library dispatches the click to the leaf nodes only by instead checking if non-leaf nodes have a click listener attached and giving priority...

Thanks to release this useful library, unfortunately in my adapter `setDismissOnLongPressStop` don't work, could you check this code please? ``` public class UserChannelsViewHolder extends RecyclerView.ViewHolder implements PopupInflaterListener, View.OnClickListener, PopupStateListener, PopupOnHoverListener...

Hi. I do not see a way of setting animation of popping up the LongPressPopup e.g popping up the dialog using the pop in animation. How can I do this?

enhancement

I really like this library :) But I discovered an issue: I am using an swipeRefreshLayout around my recyclerview and when I am long pressing an item in this recyclerview,...