Changing Font Size in Picker Control popup using Custom Renderer
Hi I have created a custom renderer for the Picker and I can change the background colour of the picker popup if I wanted to but I cannot find a way to change the font size for the popup items. I need...
View ArticleDevice.Idiom == TargetIdiom.Tablet is true with Nexus 7 TAB.
How can I solve it, Any help? Thank you
View ArticleContentPage can contains both Image and TabbedPage?
I need a page that contains an image and below a TabbePage. I know is not possible to put a tabbed page into a content page. How Can I solve it? Thanks
View ArticleInsert a RadialProgressView in a ContentPage
Hi Community! I'm having newbie's trouble trying to integrate the RadialProgress, from Xamarin Components, into a ContentPage of my Xamarin Forms project. It works fine as an activity, just like in the...
View ArticleLocalization on Android via TodoLocalized example not working
Someone succeeded to work successfully with the sample code "TodoLocalized" on Android? here: https://developer.xamarin.com/samples/xamarin-forms/TodoLocalized/ it's working on ios , but on Android no...
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View Articlecan we create the desktop application for Mac Machine using Xamarin Forms ?
Can we create the desktop application for Mac Machine. means I want to create desktop application for mac machine using Xamarin forms ?
View ArticleRelativeLayout Children alignment
Hello. I have a problem with centering elements in RelativeLayout. I want My StackLayout with 3 Labels in in to be centered horizontally and vertically. For achieving this I'm trying to do something...
View ArticleHow to modify the font size of title on windows phone?
I have developed an app in Xamarin forms. Now, I am working to support the app on windows phone 8.1. In this, I am facing the issue font size of the title is large on the navigation header. Any one has...
View ArticleWinRT popping modal with Editor results in crash
I have a simple xaml page with an Editor which is displayed as modal. If I call Navigation.PopModalAsync the app crashes (happens on WinpPhone and Win8.1) System.NullReferenceException: Object...
View ArticleHTML type dropdown in place of Picker.
Hi, Can anyone suggest if its possible to have HTML type dropdown in place of picker like - It will be helpful if anyone can share some code for this. Thanks
View ArticleHow do I prevent the OS X firewall from complaining every app launch?
I recently got my iOS license, and I'm writing some applications. Every time I debug, it seems this is what happens: I choose "Start with debugging". The iOS simulator launches, and Xamarin sits at...
View ArticleXF Android app erasing app's private data when built with code changes
Whenever there are code changes the app is replaced totally on build and deployment. This is erasing the data files that were created in earlier use of the app, like saved ListView items. How can I...
View ArticleHow to show cartoon animation in Xama.Forms
A customer asked us for an app (Android & iOS) with an animated, cartoon like, assistant, like the old WinWord clip assistant to understand. Practically the app, according to certain events, must...
View ArticleWinPhone & Win 8.1: Crash on Navigation.PopModalAsync() if the page contains...
I have a xaml page “Details_View” showed with ContentPage.Navigation.PushAsync(Details_View) with an Editor inside. If I call Navigation.PopModalAsync() the app crashes (happens only on WinPhone and...
View ArticleSetting a XAML Icon to show an activity indicator when clicked
Hi, I have an icon on my app, which when it is clicked, I would like to change it to an activity indicator. It looks as though I should use a Trigger, Event Triggers look good, but as my image is...
View ArticleWebview and posting web authentication
Hello everyone, I'm creating a mobile application to interact with a website. The website has a login page that has a field for username and password. The website takes the login data, authenticate,...
View ArticleXamarin.Social Update
The reviews on xamarin.social indicate that it needs a big API update, is there any timeline on this?
View ArticleSelecting 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 Article