Xamarin Forms Maps - MapSpan Zoom Level
Hi, I am struggling with the zoom levels of the MapSpan object. I have used Xamarin.Forms.Maps for the display and Geolocation to track a device. As the location of the device updates, the map is...
View ArticleGrial UI Kit for Xamarin Forms
Hi everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit. And hear what you think about it Please check it out http://www.grialkit.com Thanks everybody!
View ArticleXamarin Forms Cross Platform Audio File browser
hi, similar to Video / image browser. is there any audio file browsing component available ? any help will be appreciated
View ArticleWebView not working inside MasterDetailPage Page and IsVisible causing crashes.
Hello. I followed this guide here to create a project that uses MasterDetailPage https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ But my issue is now that WebViews aren't...
View ArticleHide day in DatePicker
Hi, is there a way to hide the day field in a DatePicker? I tried using different values for the Format property but it doesn't seem to have any effect.
View ArticleIs it possible to delay re-painting of the display until a series of changes...
Back in the days, before .Net, when developing Windows SDK applications, it was possible to stop a listbox from updating on screen whilst multiple changes were made to its content, then re-enable...
View ArticleXamarin Forms - XAML preview
Hey everybody! We are about to release a Gorilla Player Beta, if you didn't do it already, we would like you to join in Check out super speed UI design with Xamarin Forms and Gorilla Player By the way,...
View ArticleAdd a Xamarin.Forms Element to a UIView in a custom renderer
Hi! Does anyone know if it's possible to add a Xamarin.Forms Element to a UIView in a custom renderer? I have tried Platform.CreateRenderer but it doesn't display anything for the Element. The element...
View ArticleXF Android : Could not load assembly Microsoft.Windows.Design.Extensibility
Hello , I have update Xamarin.Forms to 2.0.0.6490, But get this exception when compile: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticlePopToRootAsync in OnResume
Hello, i would like to navigate to my root page when the app resumes. On iOS i can use this in my App.cs: protected override async void OnResume() { await App.Current.MainPage.Navigation.PopToRootAsync...
View ArticleWebview Post request windows phone 8.1
Hello friends, I am trying to do a post request in web view, I am receiving a success response but in actual I am unable to login on webpage. I have login page I don't want user to enter username and...
View ArticleSqlite transaction timeout failure in Xamarin.Forms app running on iOS device
I have a Xamarin.Forms app being built for iOS and Android that uses sqlite for data storage. In the iOS version, we call directly into the sqlite APIs instead of using something like...
View ArticleDeployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View ArticleSignaturePad
Since upgrading to the latest and greatest SignaturePad is no longer compatible, are there any other solutions or is there a plan to bring SignaturePad into the newer version.
View Articleis there a good solution for Display EMOJI in ASP.NET(Web),Xa.forms and...
We are making a CRM with chat module using ASP.NET and Xamarin Studio, and have ASP.NET, Xamarin.Mac, Xamarin.Forms and GTK# platform, How to make a good solution for Display EMOJI in all those...
View ArticleProblem binding data across content pages on iOS Forms app.
I have a problem with binding across pages. (simplified) A project has a view model consisting of a static class with a single string property Name. Content Page1 is set as the BindingContext for the...
View ArticleSeeing Beacons in the background on Android in a X.F PCL solution.
So its straight forward enough to monitor for beacons in the foreground in a PCL with the Androids MainActivity being the IBeaconConsumer. But I'm not sure how to get background monitoring working, as...
View ArticleCannot install any package
Dear all, Forgive me if this is really a newbie question. I've started working with Xamarin and Xamarin.Forms. Now I'd like to try installing new packages but I cannot install almost any package on any...
View ArticleXamarin.Forms 2.0 issues
I just recompiled my project with Xamarin.Forms 2.0 and found Application.Current.SavePropertiesAsync is not working as expected in "Release" mode. I used the following code to save the login email...
View ArticleListview Page that functions like Android List Activity
Does anyone have a good example of using a page and having it function in a similar fashion to Android List Activities? Need to have a form use that as a "picker" rather than an actual picker and will...
View Article