-
Notifications
You must be signed in to change notification settings - Fork 41
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
Question: button inside layout with effect #36
Comments
Try delete InputTransparent="True" from button. |
Thanks for your reply. With or without InputTransparent attribute - the button does not call its command. |
I will fix this in next release. Now this package configuring InputTransparent himself sometime. As hotfix you can subscribe to PropertyChanged event in button and determine when changed InputTransparent and change to false yourself |
This WA not working. Button unclicable. |
Dont know, have not time now ¯_(ツ)_/¯ |
Thanks for the great plugin
In the following code snippet, the LongTap command works properly.
What should I do to make the button to response and call its command?
BTW - in my case, the Frame is inside a ViewCell of a ListView
With regards
The text was updated successfully, but these errors were encountered: