Xamarin Forms Picker Problem!
I have a problem with my Pickers! If i open a picker in the Android App, but then tap anywhere outside so that it closes, the Picker is not responding anymore, and there is no ability to select it...
View ArticleHow to detect Enter KeyPress in Editor?
In my app there is an multiple line Editor. So when I press the Enter key there is not Complete event to raise. I want process the KeyPress event in XAML, but there is no KeyPress event can use in...
View ArticleHow to handle CollectionView ItemTapped?
Hi everybody! I'm using CollectioView Now I want handle ItemTapped from MVVM. Currently I use SelectedItem but the Item selected will be change the color, I don't want it. I can not find ItemTapped in...
View ArticleNot able to create a xaml file properly
Hi, I am not able to create xaml file properly .I am getting cross sign after creating the xaml file,Can anyone provide a solution for this. Please find a attached screenshot here
View ArticleI want to develop a chart graph using Skia sharp..... any help will be...
I have a requirement to draw progress graph in Xamarine forms. I came across this Skia sharp feature of forms but not able to extract much of help from documented theory and guide. Would really...
View ArticleXamarin Forms: Push notification is not receiving to ios device
I have done the following things: Created a project in FCM console and added ios project into it. Downloaded the GoogleService-Info.plist and added it to the xamarin forms ios project directory and set...
View ArticleHow to connect a xamarin cross plateform app with an api asp.net?? to used a...
Hi sorry for my ENGLISH, please i create yet an web asp.net api project and a xamarin forms app. And i am troubling. And i dont know what do exactly****
View ArticleUnable to write on SD card
Hi, I can't write or simply move a file stored on SD card. I have no exceptions reading/writing files on the phone storage reading files on the SD card Certainly the permssions are present in the...
View Article'C:\Program' is not recognized as an internal or external command, operable...
Hi' I'm new to xamarin forms. I'm getting this error " 'C:\Program' is not recognized as an internal or external command, operable program or batch file." when I try to run the android emulater. Any...
View ArticleRelease mode of android crashes without Shared runtime selected
Hi all, I am having a very confusing issue with the Android app build in Xamarin.Forms. When I deploy app in debug mode on my device, everything is fine. But when I switch to release, app crashes on...
View ArticleWhy is my Mono.Android Dependencies with a Warning Sign?
Any thoughts? Thanks. P.S: I can build and deploy it to my phone.
View ArticleAn error with a package, which is not compatible with monoandroid
After my recent fix of another error, i got an error with a package, which is: Any ideas of how i should resolve this, i would assume i need to do something in the files to fix it or something
View ArticlePackages.config migration issue
Hi, I migrated packages.config to PackageReferance and now I can't seem to build my solution. The references get cleared until I restore them every time I either rebuild or clean the solution. Any ideas?
View ArticleIs there any way to cluster pins in a Xamarin.Forms.Map?
Hello, I've been recently trying to implement pin clustering in my Xamarin.Forms application. However, I couldn't find any solution. Is it not possible?
View ArticleHow to not show separator/divider row between rows in a ListView()
Hi, I'm using Xamarin forms to show a ListView(), everything is working fine, but I cannot find out a solution to not show separator/divider row between rows in my ListView. Someone knows how to fix...
View ArticleListView separator full width iOS
Hi! Its possible to get a full width separator in iOS? I implemented a custom renderer but not solved. When I debug CellLayoutMarginsFollowReadableWidth, its already false....
View ArticleBindableProperty does not notify when its property is set
Hi all, I am developing my own DynamicGrid and I have added to it BindableProperty: public static readonly BindableProperty DynamicRowDefinitionProperty = BindableProperty.Create( // Or...
View ArticleSetting Focus from one Entry to another Entry in code closes and opens...
On Xamarin form page if we have two Entry controls and now in code when we change Focus from one Entry to another Entry control the "SoftKeyboard" closes once the first Entry control looses focus and...
View ArticleHow to Achive Video and Audio Call in xamarin forms
I am trying to develop a app with Video and audio call functionality.Any Suggestion please?
View ArticleHow to navigate from Content Page to Shell in native forms?
In my xamarin forms native 3.x project, currently I am navigating from content page to content page using below code Android.Support.V4.App.Fragment mainPage = new...
View Article