XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks buildin...

Results 168 XamarinCommunityToolkit issues
Sort by recently updated
recently updated
newest added

IOS only scenario: using a toucheffect on a view in a non-root page in the navigation stack (ie one that is subject to the NavigationController.InteractivePopGestureRecognizer = swipe to the right...

bug

These changes are to provide an improved set of images for the documentation site.

### Tabview do not load each tabItem content when used with statelayout.When the page loads for the first time tabview is hidden due to loading state of statelayout once statelayout...

bug
a/TabView

### Description When recording a video or photo in portrait mode, the image is reversed at 90 degrees. Image recording is done as a landscape mode. ### Steps to Reproduce...

bug
a/CameraView :camera_flash:

### Description On iOS, the `CameraView` do not raise the `MediaCaptured` event once the video recording stops. ### Steps to Reproduce 1. Build and run `XCT.Sample` app on an iOS...

bug

### Description The MediaElement on android occasionally crashes with a System.ArgumentException. This seems to occur very randomly and rarely when you change the source of a MediaElement from the code...

bug

### Description `PositionRequested` doesn't fire as the position updates, unlike StateRequested which does. The name is confusing...is it to fire when it's requested, or when it's Changed? I set a...

### Description of Change ### When changing the TabItems of the TabView the underlying CarouselView wasn't updated. This resulted in out of bounds exceptions if new tabs were added to...

stale

I am trying to navigate to another page and I am getting this error System.NotSupportedException: 'Unable to activate instance of type Xamarin.Forms.Platform.Android.Platform+DefaultRenderer from native handle 0x7fff145c7444 (key_handle 0x32500df). This is...

### Description `MediaElement` includes a `CurrentState` bindable property that indicates the current status of the control. This property has a default of `MediaElementState.Closed`. Here's the description of each `MediaElementState` enumeration...

a/MediaElement