Questions tagged [xamarin.communitytoolkit]

11 questions
1
vote
2 answers

How to show confirmation popup before switching to another tab in Xamarin

I am using Xamarin Community Toolkit TabView for showing tabs on my MainPage, I have two TabViewItems in it and loading ContentView inside the TabViewItem. I want to show a confirmation box to user if any unsaved changes are exist on Tab1 before…
1
vote
1 answer

Xamarin Community Toolkit MediaElement not showing an Playback controls or play the video in the source UWP

Updated - This issue only happens on UWP - Works fine on Android haven't tested it on IOS. I would assume it would work just as fine. The issue is with Xamarin.Community.Toolkit not working with UWP I've just started learning Xamarin for App…
0
votes
1 answer

XamarinForms ContentView binding using CommunityToolkit.Mvvm

I have MainPage which contains ContentView Recommendations. MainPage has its own ViewModel, the same as the Recommendations view. In the OnAppearing event of MainPage, I need to call InitializeAsync() method from RecommendationViewModel in order to…
0
votes
1 answer

Confirm/Match password validation with xamarin community toolkit in xamarin forms

How to create a confirm/Match password validation. I am using xamarin community toolkit in xamarin forms for other validations
Ahsan Ali
  • 19
  • 1
0
votes
0 answers

Is there a way to change videos resolution when recording with xamarin community tool kit's camera view?

With the default settings, The video size is too large with 1920x1080 resolution making it hard to upload to a server. I want to keep the same audio and video codecs, but lower the resolution. Xamarin community tool kit doesn't seem to offer anyway…
0x43ow
  • 1
  • 1
0
votes
0 answers

Toast messages in Xamarin.Forms app with correct MVVM pattern

I am working on mobile app using Xamarin Forms (not Android or iOS specific) and SQLite. To display toasts I am using "Xamarin.CommunityToolkit" library. I want to know how to work with toast or snackbars messages for example after updating or…
0
votes
1 answer

Xamarin Community Toolkit TabView badge does not work with ControlTemplate

I am using the Xamarin Community Toolkit TabView with a ControlTemplate in the TabViewItem, it works well. I tried adding a Badge to the TabViewItem and nothing happens. When I remove the ControlTemplate the Badge works perfectly. As a sanity test,…
bmgsmith
  • 48
  • 6
0
votes
1 answer

I cannot seem to change the order of Xamarin.CommunityToolkit TabView tabs. Is there a way to do this?

To begin, I'm a beginner at C# and Xamarin. I have an app with Xamarin Forms and am using the Xamarin Community Toolkit "TabView" to create a Snapchat-style application. I'm trying to make the app open on the second tab out of the three I have in…
0
votes
1 answer

Is Xamarin.CommunityToolkit CamaraView External Camera Option UWP only?

I am currently working on a Xamarin. Forms-based android app that will use an external USB camera. On XCT I found this CameraView that does more than I need but only on built-in cams on a device. After some poking around in the XCT repository only…
0
votes
1 answer

CollectionView with ObservableRangeCollection not updating data change

I want to change the data of one object in my ObservableRangeCollection, and that works but the corresponding 'CollectionView` does not update the changed data. 'CollectionView`
0
votes
1 answer

Xamarin Forms: Facing weird issues after installing the Xamarin.CommunityToolkit

Recently I have installed Xamarin.CommunityToolkit (Version: 1.3.1) for implementing the BadgeView. Also updated the Xamarin.Forms (Version: 5.0.0.2291) to the latest version. After that, I am facing some weird issues on my project. After the login…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105