Rounded Circle with Text
Hi guys, I am developing Xamarin Forms project. I need User Name first letter with in the circle. When different user login the application, that user name first letter need with in the circle. I have...
View ArticleXamarin Forms iOS Button Click Event is not Firing when the keyboard is open
Hi All, I have a login view with a UserName & Password field and a Login Button. While entering UserName & Password the keyboard opens and when i click login now, the click event is not getting...
View Articlecommand won't work, while with the same command do work. Why?
<ImageButton Source="btn_reset.png" Command="{Binding MainViewModel.ResetCommand, Source={StaticResource Locator}}"/> I don't want to use the clicked markup
View ArticleSetting default image
Hi Xamarin Forum is it possible to set a default image in MediaFile? if yes how coz I tried using setting image just like how the manual of xamarin instructs but it is still not working this is the...
View ArticleUltimateXF pieChart legend click
Hi all, I am using UltimateXF in xamarin.forms for creating PieChart but not able to get click event on piechart 's segment. Can anyone help
View Articlehow to get installid in XAmarin.forms
Hello everyone, I am using notification hub for push notifications. i am going according to microsoft docs, but i didnt get anywhere how to get installationId in xamarin form natively. can anybody help...
View ArticleHow can i navigate page in Prism forms when i got one signal push notification?
have a app that allow push notification and im using one signal with xamarin sdk. My app is use prism.forms 7.2 and xamarin.forms 4.3.x I want to navigate when i open notification and i developed some...
View ArticleUsing Xam.Plugins.Notifier, can we get list of pending notifications?
@JamesMontemagno mentions that when an Android phone is rebooted, the pending notifications will not be sent and they have to be resent. Does it mean the pending notifications will be cleared from...
View Articlenothing seems to be compatible with netstandard2.0
After making a fresh new Xamarin Forms project using VS 2019 i go straight into manage nuget packages and try to install Xamarin.Firebase.core to my PCL and android project and straight away i get the...
View ArticleXamarin Forms iOS Button Click Event is not firing when keyboard is open (XF...
Hey, I am posting a new question as a followup to this old question as instructed by @JoeHarvey_MSFT and @Charwaka So, on iOS with an effect that affects the page layout, clicking on a button attached...
View ArticleMy application starts again when I exit the application with the Home button.
Hi everyone ! My application starts again when I exit the application with the Home button. So, my application actually crashes in the background, does not work. It works correctly when I try in iOS...
View ArticleXamarin forms android archive not available?
Hello, I just upgraded to latest vs2019 and android archive is not available anymore. I was going to update one of my projects but no way to archive. I found from some research that this issue has been...
View ArticleIf I ask a question and the help is useless...should I just wait????
My last two question on same topic is week old with no objective help!
View ArticleHow to Set ListView Cell height Automatically
I Have Designed a accordion view ,When i will expand listview that time Listview Items are displaying after that white space is coming.How to solve this Issue.Any suggestion Please?
View ArticleDoes anyone have experience with SfRadialMenu?
I need a complex menu with multiple options so the toolbar is not really an option. I have a Radial menu configured using SyncFusion's SfRadialMenu, but I am having SERIOUS issues trying to get it to...
View ArticleWhy is app still using UIWebView?
In a Xamarin Forms project, I have included the following in AssemblyInfo.cs in the iOS project... [assembly: ExportRenderer(typeof(WebView), typeof(Xamarin.Forms.Platform.iOS.WkWebViewRenderer))] One...
View ArticleiOS TableView Cells Append after Button Click
Hey Guys, i just started working with Xamarin and have a Question about the TableView Object. Creating a Table View and initialize my Cells as well as fill them works perfectly fine but what I now want...
View ArticleHow to take a screen shot using HardwareButton (Power + VolumeDown)...
I want to capture GoogleMap screen shot GoogleMap.Snapshot is another way to accomplish that but That is written in Java which I don't know how to convert....
View ArticleCollectionView: Unselect Single vs. Multiple
It seems strange to me that when you have the Multiple selection mode on in the CollectionView, it allows the user to unselect an item in the collection by simply selecting it again. When Single...
View ArticleListView ItemSelected and ItemTapped not working with ContextActions
Hi all. I have a problem with ListView. I have a viewcell with custom control that has TapGestureRecognizer and it works well. But when I added Context Action to ViewCell ItemSelected stoped working....
View Article