-
Notifications
You must be signed in to change notification settings - Fork 6
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
ItemTapCommand in GridCollectionView is not working properly #8
Comments
@TheAlphamerc |
@TheAlphamerc Could you please tell me detail information a little more? |
@muak It doesn't work for me on Android. iOS works fine.
My |
Actually, it seems as though the CachedImage is stealing the tap. If I put a label in the ContentCell, i can tap on the text and it works, but tapping on the image does not. Not sure what to do now. |
@eclipsed4utoo |
@muak yeah that was the issue. At the time, I was switching between a couple of different similar collection views, so I was using the LongPressEffect. Once I noticed that the GridCollectionView handled long presses, I switched to using that and everything started working fine. |
@eclipsed4utoo |
I encountered this issue in my project certainly. |
Bug Information
ItemTapCommand not working properly .On click on cell some times it did not execute command and some times it execute the command.Assume if cell is clicked 10 times then command would executes 4 or 5 times.
Expected Behavior
Every time when cell is clicked it should execute the attached command.
Environment
Version Number of Plugin: 0.3.0-pre
Device Tested On: Xolo era Xpro
Visual Studio 2017 for Mac : v7.8
Version of Xamarin: 3.6.0
The text was updated successfully, but these errors were encountered: