-
Notifications
You must be signed in to change notification settings - Fork 342
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
setOnClickListener inside flipviewpager not working #5
Comments
Hey Omi, |
Anyone solve this please? |
@ShivDoshi @OmiAndroid @Aabidi09
|
@KishorAndroid your solution denies the user to possibility to close the filpview once opened |
I think I found a solution: Modify
with
This will simply check if there was a e.g. a button clicked and will return |
Try this... working well for me
|
@KishorAndroid |
I managed to solve this with the code given in this link. (The answer is in the comments). But as mentioned above, buttons can be clicked even if the view is not flipped. This means that user is able to click unseen buttons. Is there a way to eliminate this problem. Thanks in advance. |
@KishorAndroid I followed your steps but Its not working for me. Please help! |
@digitex5 I followed the post but it still didnt work. Am i missing something? |
I am trying to implement this in one of my project but the views coming after flip are no taking OnClickListener event.
For example textviews after flip the image not taking clicklisener event
Please help to sort out this.
The text was updated successfully, but these errors were encountered: