How to Implement Facebook Authentication in Xamarin.Forms using Firebase ?
I have been Trying to Achieve Facebook Authentication in Xamarin Forms using Firebase in my Application. I tried Searching for the Documentation/Blogs/Videos to Achieve this, but I found the...
View ArticleFound conflicts between different versions of "Microsoft.CSharp" that could...
Hi, Ia m trying to create the iOS archive in order to publish my app but getting: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved. These reference conflicts...
View ArticleApplication.Current.Properties are persisting after application uninstall
I use the Application.Current.Properties for persistent storage regularly. I've never had a problem with them. Now all of a sudden, in my UWP app, the properties are persisting despite the application...
View ArticleSwipe Tabbed page programmatically
How can I swipe to a different tab in a Tabbed Page in code? I want to direct the user to a different tab after some click. Each tab is represented as a reference in the XAML of the main Tabbed Page.
View ArticleCircle button in Xamarin.Forms. Super easy way
Guys, there is super easy way to create Circle/Round buttons in XF. What you need to do is to use BorderRadius, WidthRequest and HeightRequest (you must use all these properties) Make in mind simple...
View ArticleFind a child of listview on button click.
I want to get the id from a listview which is checked on button clicked. <StackLayout Orientation="Horizontal" x:Name="data" IsVisible="False"> <flv:FlowListView x:Name="ResponseList"...
View Articlepush notification translation in platform project
1) how to use ".lproj" folders and ".strings" files in iOS project ? 2) can i use platform iOS project to translate push string, which is formated like this "%@ and %@ have invited you to play...
View ArticleDisable listview animation on selected
How can I disable the animation of listviews/cellview when they are clicked on. The animation is fine on Android, but on iOS, when the listview item is selected, there is a grey background as well as...
View ArticleHow to add Microsoft.NET.CoreRuntime.2.1 for UWP package installer?
I have Xamarin Application. I can build ipa, APK and UWP(.appx) package. ipa and APK is working fine. I am facing issue while installing UWP. Issue with UWP: It is asking to install...
View ArticleWhy command on button only responds to first canexecute change?
I have the following command: TakeOwnershipCommand = new Command(async () => { ProcessSessionChanges(await TakeOwnership(LoadedProcedureMetadata.Id)); }, () => LoadedProcedureMetadata.owner_id !=...
View ArticleCamera access with the media plugin
Hi, I do my first steps in Xamarin Forms following a Udemy course. In order to access the the phone camera I was getting some ideas from a youtube tutorial using the media plugin. After pressing a...
View ArticleBottom Tabbed page issues
I am trying to use a bottom Tabbed Page for Xamarin Forms (Android). I have this error message: 'IPlatformElementConfiguration<Android, TabbedPage>' does not contain a definition for...
View ArticleAndroid and FFMpeg
I have FFmpeg loaded into my solution as a library. I am trying to find the correct parameter values to supply to FFmpeg to get it to capture the camera and encode it. I am close. Current issue is...
View ArticleOnStartCommand calling multiple time how to solve this?
My background service class call OnStartCommand first time: public override StartCommandResult OnStartCommand(Intent intent, StartCommandFlags flags, int startId) { StartServiceInForeground();...
View ArticleChange a launch screen storyboard image based on culture on my Xamarin Forms...
Hi, I have followed a number of tutorials on the web to try and make an image on my storyboard launch screen change based on the culture that the iPhone is set to. I can make the text inside the app...
View ArticleListview ItemTapped is not working on Android when I include ContextActions
Hello everyone, I created a Listview with an ItemTapped event, everything was working fine until I included ContextActions, apparently, something in the ContextActions makes the ItemTapped not to be...
View ArticleAndroid.Webkit.WebView height issue?
I have a custom android webview renderer that loads only about 10% of the top page. When I try to load the URL using mobile chrome or firefox app, the page loads fine. Noticed when the web page loads,...
View ArticleXamarin Forms Slider control Custom renderer Custom UI
Hi, I want to create custom UI for ios slider control in xamarin forms, i cant to find how to do this, Please help to do this... Thanks in advance....
View ArticlePush Notification, OnMessageReceived triggers multiple times, loading...
Guys im having an issue, I want to load a page that displays the push notification string content but the OnReceivedMessage() gets triggered an increasing number of times equal to the amount of times I...
View ArticleHow to add button to listview last Item and load more item on that button click.
In my Xamarin PCL project, I have a listview with custom cell. I am proving a list of data as listview itemsource. The list contain more than 500 data. I need to display 10 data at a time. The last...
View Article