Closed ToddManUtah closed 8 years ago
Does the longpress work?
Nope. I thought the 2 might be tied together. So I tried it and got the same problem.
Just to be clear. Long press on an event (onEventLongPress) works fine. It's long press (and short) on an empty space that's not working.
I just changed the sample project and got the same result. Empty click events (long and short) don't work.
Hmm, does it work in earlier versions? Because if not really tried it yet. Maybe it got broken by accident in the latest version.
I just started using the library. I haven't tried earlier version. If you compile the sample project and add the callbacks you'll see the problem right away.
This is indeed a problem. However I don't have the time to fix this right now. @marunjar can you maybe take a look?
ok, i'll take a look, maybe tomorrow...
i just added the onEmptyViewLongPress to the sample app for debugging (#245) but i works fine for me. Just tried it with 1.2.4 and develop branch on some avds and also on real devices. Zoomed in and out and also from day view to full week view.
@ToddManUtah Do i miss something? Do you have any additional infos or some code, e.g. of your changed sample project?
(I'm gonna close this until @ToddManUtah confirms there is still a problem).
I'm still seeing the problem. I'm using a Nexus 9 running Marshmallow. The problem is easily reproduced using the sample project. I'm using the latest release of the code. Both short and long touch in empty space produces no event. Is there something you want me to try?
Is there any fix for this issue?
@ExtinctAmoeba Can you check if this problem is also present in the Quivr-fork?
And if so, can you add some steps to reproduce this error? Because I can't reproduce this error.
@caske33 yes, Quivr fork works good. Thank You, I will look for code differences.
@ExtinctAmoeba I suggest to just start using the Quivr-fork. I will be no longer doing any work on this repository and the only other official contributor to this repository is @alamkanak, who has been inactive for a long time now.
I've implemented this view in a fragment and it's AWESOME!!! Great job everyone.
I'm having a problem with the onEmptyViewClicked method. For some reason, it's not firing. My fragment implements WeekView.EmptyViewClickListener.
Other events like onEventClick are working great.
Any ideas?