How to implement token input in Forms
Hi Guys, Have you found any solution for such effect like this http://loopj.com/jquery-tokeninput/ using Xamarin Forms? How it should be done? Native iOS:...
View ArticleDisplayAlert no longer appearing after Xamarin Forms/Studio update
Just updated to Xamarin Studio Version 5.2 (build 386) and Xamarin.iOS Version: 7.2.6.28 (Indie Edition) as well as updated my Xamarin.Forms nuget package to version 1.2.2.6243. Now, every time I call...
View ArticleLaunching Scandit from Forms Page
In the short term I'm working only with Android. But I want to be able to create versions of my app for WP and iOS. I have a page, HomePage its the app page launched when my application starts up. In...
View ArticleError on simlualtor
I have the weirdest thing hapening on my ios simulator an app is crashing a bombing out , i sent the project into xam and they can build it and see it dyld: Symbol not found: __dealloc Referenced from:...
View ArticleListView Custom Renderer needed
So it seems like the ListViewRenderer is only available for iOS at the moment. What is the reason this is not accessible for Android yet? Can you please open it up for the next Forms release for...
View ArticleHow to customize GroupHeaderTemplate?
How can I customize the GroupHeaderTemplate in all three platforms. I want to change Font Size, Font Type, Background Color, Height etc. of the text in the GroupHeaderTemplate. Thanks
View ArticleUsing a class to create stacklayout more than once shows as a blank page.
Hi All, I use a class to create StackLayout as given below ( Code to create Stacklayout ). The problem I'm facing is that I can't use this class twice to create the StackLayout using same class. For...
View ArticleGradient NavigationBar on Android
Hi everybody! I am trying to change the color of the NavigationBar to have a gradient. In iOS I solved this problem with a custom renderer which then sets an background image to the NavigationBar. In...
View ArticleError: Exception while loading assemblies:
this is the error I am getting: C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2,2): Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not...
View ArticleIs Xamarin.Forms.Maps broken?
As soon as I do "stackLayout.Children.Add <| new Xamarin.Forms.Maps.Map()" I get the following exception. Looks pretty serious. I followed the setup instructions completely and thoroughly....
View ArticleIs Xamarin.Forms.Maps broken?
As soon as I do "stackLayout.Children.Add <| new Xamarin.Forms.Maps.Map()" I get the following exception. Looks pretty serious. I followed the setup instructions completely and thoroughly....
View ArticleIs Xamarin.Forms.Maps broken?
As soon as I do "stackLayout.Children.Add <| new Xamarin.Forms.Maps.Map()" I get the following exception. Looks pretty serious. I followed the setup instructions completely and thoroughly....
View ArticleIs Xamarin.Forms.Maps broken?
As soon as I do "stackLayout.Children.Add <| new Xamarin.Forms.Maps.Map()" I get the following exception. Looks pretty serious. I followed the setup instructions completely and thoroughly....
View ArticleBug in UriImageSource when loading the same image at the same time
If you have several images on a page, all with their source set to the same url then I get the following crash: Unhandled Exception: System.IO.IOException: Sharing violation on path...
View ArticleAm I the only one who cannot run default Shared Forms project?
I am trying to start with Xamarin.Forms on Android and cannot make work even the default Shared project. It either does not compile or throws runtime error (depending on what Linker option i set). Does...
View Articleacr-xamarin-forms Picker gets Calling startActivity() from outside of an...
I have a View Model which is using it like so var result = await picker.TakePhoto(); anybody has had the same problem? if so any solution?
View ArticleXamarin-Forms-Labs ExtendedTextCell not working on device
I am trying to use ExtendedTextCell from the Xamarin-Forms-Labs. It works just fine on iOS simulator, but when I try to deploy on device it is causing app to crash and not load. I don't see any error...
View ArticleGC not configured properly in XForms !
Hi All, Yesterday I was working on an XForms app which contains various high res. images. All set & I deployed the app to my Device. But the app crashed showing me Out Of Memory error in...
View ArticleEvent handlers defined inside DataTemplate are missed issue
Hello I am creating a Xamarin Forms application. Now it works fine on Android and Windows Phone but I have problems with running it on iOS. <ContentPage.Content> <StackLayout> <Label...
View ArticlePopup question
Trying to show a popup message like on this page: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/pop-ups/ On there it has this sample: DisplayAlert ("Alert", "You have...
View Article