Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is drag and drop available yet? #263

Open
dbreen1 opened this issue Jul 29, 2021 · 6 comments
Open

Is drag and drop available yet? #263

dbreen1 opened this issue Jul 29, 2021 · 6 comments

Comments

@dbreen1
Copy link

dbreen1 commented Jul 29, 2021

Hi,

Thanks for the library.

I see that you merged the changes for drag and drop a few months ago. I pulled the latest version (5.3.2) of the library but the changes don't appear to be there.

Is the feature still in progress?

Cheers

@redlightmikey
Copy link

@thellmund Just looking at this. Any chance of add this? Would love to add this!

@rezazarchi
Copy link

Yes, it's already available. And I just wonder how to disable this feature? @thellmund

@jom16antonio
Copy link

Drag and drop is available in v5.3.2. I also wonder how to disable this feature. Also how to capture the dragdrop changes when you are using simpleadaptor?

@jom16antonio
Copy link

Yes, it's already available. And I just wonder how to disable this feature? @thellmund

Drag and drop is available in v5.3.2. I also wonder how to disable this feature. Also how to capture the dragdrop changes when you are using simpleadaptor?

To disable drag and drop, return true in the onEventLongClick()
override fun onEventLongClick(data: DayItemDto, bounds: RectF): Boolean { return true }

@eliomaroun
Copy link

@jom16antonio Return type is 'Boolean', which is not a subtype of overridden
I am getting this error when applying what you did. Any idea how to resolve it.
I am using WeekViewPagingAdapterJsr310
using the latest release of weekview in android 13
Thanks!

@JSroka745
Copy link

I also use 5.3.2 version and not see drag and drop feature. how to enable it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants