Portrait upside down screen orientation doesn't work in Xamarin.Forms!
As it appears portrait upside down screen orientation doesn't work in Xamarin.Forms, and this is a show stopper for my project! Here is the video that demonstrates this:...
View ArticleHow to select multiple images from gallery from both android and iOS device?
Hello, I am working on xamarin.forms app. I am creating the app for android and iOS. I need to open the gallery and select multiple images from gallery of devices. How I can do this in xamarin.forms...
View ArticleHow to convert AlertDialog to Snackbar?
I have the following in my Xamarin.Forms project: `if (ShouldShowRequestPermissionRationale(permission)) { AlertDialog.Builder alert = new AlertDialog.Builder(this); alert.SetTitle("Location permission...
View ArticleXamarin.Forms with Firebase.Xamarin
Hello, I am trying to use Firebase plugin provided by rlamasb (github.com/rlamasb/Firebase.Xamarin) in my Xamarin.Forms project using VS2017. However, the moment I include the nuget package in my...
View Articlemake a custom keyboard
Hello. is possible to do a keyboard to cross platforms as like the photo ? I asking for complete DNI.!
View ArticleCertain FontAwesome fonts not displaying
I installed the latest font-awesome fonts into my xamarin.forms shared project (targeting Android only). I followed the instructions here: https://www.wintellect.com/using-fontawesome5-xamarin-forms/...
View ArticleAsking permission for location when a specific page is opened (PCL)
I have my permission request setup in Android's mainactivity, and if you have location disabled and open the app, it will request location. It's a bit tedious and I'd like it to only request for...
View ArticleHow to customize rating bar size in xamarin forms
I used This XFControls plugin to create Rating bar in my app but This bar is too large in phones and i want to customize its size I tried witdth request but it didn't work for me...
View ArticleHow can we support RTL with Xamarin.Forms embedding into Xamarin Native?
My Native Xamarin App supports ltr and rtl. I embedded a Forms page to my Native Project. Now how can I support rtl to Forms pages too?
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleXamarin Web Service Example ?
Hi developers, I have a web service in asp.net I have developed using asmx. How can I use this xamarin ? I could do things like get post delete delete edit using asmx I would like to do this in...
View ArticleOverride Back button behaviour WITHOUT stopping navigation
So what I'm trying to do might not be possible, but maybe someone knows a nifty hack or work-a-round... What I'd like to do is override the Android Back button so that instead of destroying the...
View ArticleUsing an object in Resource Dictionary
<Frame BorderColor="#002e50" CornerRadius="0" HorizontalOptions="FillAndExpand" HasShadow="False"> <Frame.Content> <StackLayout> <abstractions:SvgImage SvgAssembly="{Binding...
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View Articlerotation messes up label
I have a on a form (text is "Vehicle Status" below), seems okay, unless the phone is rotated - then the label is truncated. I have no idea why. I have tried playing around with xaml, but the label just...
View ArticleXamarin.Forms not working properly on some android devices.
I'm creating xamarin.forms app. I've written a background service in android project which runs after every two minutes (with the help of broadcast receiver). And I'm calling that service from portable...
View ArticleHow to bind Viewmodel to CustomeUserControl using MvxViewModel in MVVMCross?
Hello All, After a long, while I am back in Xamarin development. I have query about how to implement data/command binding to customeusercontrol using MvxViewModel in MvvmCross. Please help me out if...
View ArticleProblem with Firebase Analytics (Android) on Xamarin.Forms
Hi, I am trying to implement Firebase Analytics in my Android project in Xamarin Forms... My Dependency: using System; using Android.Content; using Xamarin.Forms; using Firebase.Analytics; using...
View ArticleHow to intercept Navigation Bar Back Button Clicked in Xamarin Forms?
I have a xamarin forms page where the user can update some data in a form. I need to intercept the Navigation Bar Back Button Clicked to warn the user if some data have not been saved.How to do it? I'm...
View Article