XamEffects
XamEffects copied to clipboard
📱 Xamarin.Forms UI effects
There is an issue crashing android applications. There are no repro steps and it's not happening every time. We have only 0.5% of users experiencing this crash. ``` android.widget.ProgressBar.onRestoreInstanceState ProgressBar.java,...
Hi, i have the same problem as described in this post: https://github.com/mrxten/XamEffects/issues/41 and i played a litte bit with your code. If i comment out the TouchCollector.Add and TouchCollector.Delete calls...
Hi, Sorry, It's my first PullRequest on Github. We have seen that the touchEffect disable the accessibility on a Element on Android because the FrameLayout added on the view doesn't...
hey man ! Fan of your work :) Would be nice to have a minimal support for UWP. I rely on your effects for my lib and because of that...
Hi! I have added a new command for both iOS and Android called "Hold". This command gets triggered if the user presses the control and holds it down for 800...
Hi, The Binding inside cell template of ListView working nice, but when I added the grouping the binding stop working :( ``` Go_Tapped(x)); } } ``` ``` private async void...
Hello, If I use the LongTap command, it will only be executed if it is held down for some time and then released. As a user, I would find it...
When putting a Label inside of a Grid or a StackLayout, the Label is overlaid by ripple effect. If a Button is put inside the same Grid/StackLayout, then the Label...
HI, I'm trying to implement a Fab which has touch effects, but the effects do not show up. unless I reload the control using hotreload. I applied it to a...
Hi there, I have the following scenario: (Simplified for demonstration) When clicking on the inner grid in the ViewCell, Xamarin.Android only triggers the TapCommand of the grid by XamEffects. In...