Selecting Text When Enrty is Focused
I want users to overwrite text when they focused to the Entry with some default Text. Placeholders doesn't work for me. I need to select the text whenever I click to Entry. Is its possible?
View ArticleHow to add OxyPlot to a Xamarin Forms xaml Page
Hi. Im trying to include oxyplot into a Xamarin.Forms-Project This is my Xaml.cs file where Im building the PlotModel. ` private void GeneratePlot() { var Points = new List { new DataPoint(0, 0), new...
View ArticleLanguage Support Example code
Hi , Anybody have sample code which will demonstrate the language support for single screen like if I select Hindi all the text and UI text should become Hindi text. In Windows platform.I tried to add...
View ArticleCopy Paste HTML
Hi, I have new in Xamarin Forms, I need to implement Copy and Paste HTML template using xamarin Forms. In ios i have Done this implementation. but in android i did not have find any solution. In...
View ArticleLanguage support
I am trying to implement small concept language support in my application.I am getting following exceptions 1.When I try to create the resx file [Right click on project-->Add -->New...
View ArticleStripeView in Xamarin Forms
I did a little research and it seems braintree and stripe are suitable for app payments. braintree has no official xamarin bindings but there's a Stripe component by Xamarin for Android and iOS. is it...
View ArticleTabbedPage TabBar background color/tint
How would I accomplish tinting the tab bar of a TabbedPage in Xamarin.Forms? The TabbedPage doesn't seem to expose a property or method to set the tint directly. Every child page of my TabbedPage is a...
View ArticleWinPhone customizing of ViewCellRenderer - Example?
I have a FinancialCell which is a ViewCell. This cell has a number of labels in it. I am trying, in WinPhone to add a disclosure indicater in a custom renderer, but can't find any examples on how to...
View ArticleXamarin.form SearchBar Control
Hi, I selected numeric key pad to enter value. After selecting numeric key keyboard automatically switching back to alphabet. I am not able to type numeric value continuously. It is working in iOS. Not...
View ArticleListView ViewCell ContextActions selected item background color
Hello, i have the following listView created in xaml: <ListView HorizontalOptions="FillAndExpand" x:Name="listView" ItemsSource="{Binding IzdelkiNaRacunu}" SeparatorVisibility="None"...
View ArticleHow do I create Custom Renderers for Cells?
I was able to figure out how to create custom renderers for Droid and iOS from here BUT how do I do it for Windows Phone 8.1? public override Windows.UI.Xaml.DataTemplate GetTemplate(Cell cell) gives...
View ArticlePreventing ViewCell From Getting Focus on Android
Hello, I can disable the selection of a list view item on iOS by using an override for the ViewCellRenderer similar to: public override UITableViewCell GetCell( Cell item, UITableViewCell reusableCell,...
View ArticlePCL Xamarin Forms - Convert MediaFile into Byte Array
Hi, I'm trying to save image into Azure database. But i'm facing problem to convert MediaFile into Byte[]. I'm using Xam.Plugin.Medie ( http://www.nuget.org/packages/Xam.Plugin.Media ) to access camera...
View ArticleHow to repeat a local notification?
Hello everyone, is it possible to repeat a local notification for both Android and iOS ? For example every day at 13:00 pm? I am learning Xamarin.Forms, but I cannot find an example about this topic....
View Article[BUILD ERROR] Error executing task LinkAssemblies: error XA2006: Reference to...
After updating my project to the newest Xamarin.Forms package, I've started to get the following error during Debug builds on my Xamarin.Forms PCL solution's Android project. The error is:...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleXamarin.Forms Version of RadialProgress
Hello Guys, is there a Xamarin.Forms Version of RadialProgress? (https://components.xamarin.com/view/radialprogress) If there isn't a Version for Xamarin.Forms, how to get this one working with the...
View ArticleFontFamily without custom renderers for Android?
Hi all, I want to change the font family of my Xamarin.Forms app to American Type Writer. For iOS is not a problem everything works fine, but in Android is not assigning the font. I suppose this font...
View ArticleCarouselPage with Tabs *almost* working on Android
Hello, I created a custom CarouselPage renderer that adds a tabbed navigation on top of the carousel, so that the pages can be navigated by either swiping or by clicking the tabs. Now it works...
View Article