Microsoft azure login page
Is there any way to customize the azure AD login page with company branding.
View ArticleHow to Decrease the Height and Width of Syncfusion Multiple Axis Chart?
i am using this code and chart is showing but height and width is not adjusting i want to show this chart on half screen but chart is showing on full screen and i am not able to set height and width of...
View ArticleHow I can disable highlight item in ListView?
I could not disable highlight item. I tried to use this code (I took it from forum): listView.ItemTapped += (object sender, ItemTappedEventArgs e) => { if (e.Item == null) return;...
View ArticleFFImageLoading Xaml ReplaceStringMap SvgCachedImage : how does this work ?
Hello Xamarin, I would like to change text property of an SVG image at runtime. I use FFImageLoading library on a forms application. In the xaml definition I use : <ffSvg:SvgCachedImage...
View ArticleHow to display alert only once
How can i display an alert only once. I am calling the alert on appearing async private void ADALAuthenticate() { Version ver1 = new Version(obj.Android.VersionNumber); Version ver2 = new...
View ArticleMaster Detail Page Back Button
At first, I made my project using this site And i can navigate ohter pages through master(hamburger menu) This is my question. If i tapped a row of datagrid at ClientPage, it will navigate to...
View ArticleIs there any alternative of Volley used in android to call REST services for...
I am looking for any alternative of volley in xamarin forms to communicate with REST services. I am currently using HttpClient to communicate with REST services. But now i am looking for some...
View ArticleFacebook & Google Login with Xamarin Forms using Xamarin.Auth
I know this should be trivial, but I haven't found a working example of loggin in using facebook or google for Xamarin Forms using Xamarin.Auth Can anyone share a working project or point me to a...
View ArticleHow can I make a website, android and ios app.
Hi, new to the platform. I see how to do the android and ios, how do I also build a website app that shares code with android and ios via Xamarin. Thank you for answering what is probably a silly...
View ArticleAn item with the same key has already been added.
VS2013 Beta channel xamarin.ios On nugget update of Xamarin.Forms I get "An item with the same key has already been added." Installing 'Xamarin.Forms 1.2.3.6257'. Successfully installed 'Xamarin.Forms...
View ArticleShadows on SkiaSharp shape
I'm working with SkiaSharp shapes, and I can't put a shadow behind a shape. Does anyone have an idea how to get it done in xamarin.forms?
View ArticleAndroid background service closes when I close application. How i doing wrong?
I trying to make service, which leave running in background while I close the application. I used the example from:...
View ArticleXamarin.Forms with Mono.Android 8.0
I seems Xamarin.Forms don't support Mono.Android 8.0? Upgrading Android support libraries to 26.x.x (API level 26 = 8.0 Oreo) because Xamarin.forms seems to have a strict dependency to 25.x.x. Example:...
View ArticleRg Plugins Popup with Xamarin Forms not working for shared project
Hello, I am very new to xamarin. wanted to show Page popup(not full screen) in my shared project(IOS and Android). after research i came across Rg.Plugins Popup. i added nuget package to my project, i...
View ArticleXamarin Forms Map error on Andriod
I'm getting a Unhandled Exception when debug project. ///////////////////////////////////////////////////////////////////////////////// Unhandled Exception: Java.Lang.NumberFormatException: For input...
View ArticleThe "xamlCTask" task has been declared or used incorrectly
The "XamlCTask" task could not be instantiated from "C:\"MyPath"\Documents\Visual Studio...
View ArticleCustom Editor inside a listview disables on show
Hi, I have a custom listview using custom viewcells having radio buttons and editor control inside it. On tapping the radio buttons the comment box visibility is toggled (show/hide). On loading the...
View Articlepush notification re launches app in android
Hi, I'm using the Xam.Plugin.Pushnotification package to implement cross platform push notification. It works fine on the iOS build and works mostly on the Android build. In iOS if a notification comes...
View ArticleImage over grid.row/grid.column doesn't work
I did this: <Image Source="my_image.png" Grid.Row="0" Grid.Column="0" ></Image> when i run my app doesn't appear. I'm having many issues with to load image in my App. That image is at root...
View ArticlePass enum value in command parameter
Hi, How to pass enum value as command parameter and what would be command type in viewmodel. I am using Prism and passing enum value like below CommandParameter="{x:Static...
View Article