XamarinCommunityToolkit
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...
### Description When changing orientation to landscape the MediaElement is behaving strangely. It is not filling the entire space on the screen. Here it is shown this strange behavior on...
### Description After navigating to another page and back, a white area appears above the tabbar (disappears when changing Tab selection). ### Tabbar XAML code ... ... ### Basic Information...
### Description When MediaElement fails to load a video from url (either because the url does not point to a video, or because it timed out), it throws an internal...
### Description ### Steps to Reproduce 1. Download XCT Sample Application 2. Navigate to any page with Media Element 3. Quickly leave and re-enter that page several times ### Expected...
### Description I'm trying to return strong type from popup but it's not compiling and showing error `Partial declarations of 'ExpenseMiscellaneousSelectionPage' must not specify different base classes`. Also intelliSense is...
### Description **Please note : Only tested in details on iOS!** If you put an AvatarView inside a ListView with cache disabled on the source, it gets very confused. In...
### Description When declaring a resource of a converter type only in a seperate ResourceDictionary file while LinkerBehavior is set to 'Link Framework SDKs only', then application crashes saying '...
MediaElement is hard-coded to ignore small position updates (
### Description Binding Position to a slider does not update the slider position on android as video position changes. The community toolkit sample app has this issue. ### Steps to...
### Description If you change the orientation of the iOS device (e.g. from portrait to landscape mode or vice versa), the Popup is not in the center anymore. On Android...