Open bodeg opened 5 years ago
Try delete InputTransparent="True" from button.
Thanks for your reply.
With or without InputTransparent attribute - the button does not call its command. Any idea?
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
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. When will the fix be released?
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