Carousel View returns to first index on TranslateTo
In my app I created a Carousel View following this article. http://chrisriesgo.com/xamarin-forms-carousel-view-recipe/ I works perfectly except on animations. I use translateTo on the view and when it...
View ArticleHow to close application in Xamarin forms cross-platform
Can i have the code to close the whole application in Xamarin Forms Cross-Platform PCL. I written the below code in button click protected void BtnExit_Click(object sender, EventArgs args) { if...
View ArticleRunning Xamarin UI Test without Test Cloud
Hi! I am trying to use Xamarin UI test. (not Test Cloud). I have written a simple project and use to run such code: IApp app =...
View ArticleSet listview text color from model string
I'm trying to figure out how to apply a hex color to my listview items. I've been searching high and low and can't get this to work. My current error when trying to debug is: "Additional unparsable...
View ArticleHow do you dynamically make individual Grid rows size themselves to their...
I have a grid that fills itself up from data/calculations stored in a database. Because of this, the database may change and all rows need to be dynamic (no XAML setting individual RowDefinitions)....
View Article[Xamarin Blog] Build Your Own Selfies App with Xamarin.Forms and Azure
Sending selfies to all your friends has never been easier thanks to Moments: a Snapchat clone built with Xamarin.Forms and Microsoft Azure. Best of all, Moments is also open-source and freely available...
View ArticleMaster detail app menu icon sizes
I make a master-detail app in Xamarin.Forms. Everything is great, i have one annoying problem. Images in master menu appears perfectly on IOS: ...but on Android images are huge (only the first row...
View ArticleXamarin Forms - iOS Style
Hi, There are two things that I'm trying to do, related to styles (in iOS), and I cannot find a way to do it. I hope someone can give me a hint. I have to change: -The color of the background of the...
View ArticleToolbar item in the left in Android
Hi, I am working with modal pages in xamarin forms and I would like to be able to close them using a button in the toolbar located in the left. I can put buttons in the right with not problem but they...
View ArticleHow to cancel or handle the back button press on Navigation Bar on iOS/Android
This is such a frustrating experience probably due to either my stupidity or someone's stupidity. The OnBackButtonPressed won't be called at all. And I tried to handle the Popup event of navigation, to...
View ArticleTitle not updating
With Xamarin forms, Android updates the Title of a ContentPage but not iOS. public class MapPage : ContentPage { public MapPage(string title) { Title = title; <--- works in iOS and Android } public...
View ArticleEntry field in landscape orientation on Android has modal behaviour. How to...
On the physical Android phone that I am using for testing my XF app, in landscape mode tapping on an Entry results in that Entry being expanded to fill all of the available vertical space, with a Done...
View ArticlePush/Pop pushmodalasync/popmodalasync
I know this has been discussed, but please bare with me.... I'm using Xamarin.Forms. I have a TabbedPage application with 1 ContentPage at the moment, we'll call this "Root". It's the default screen...
View ArticleCheckBox no cross platform solution?
Hi, I am developing a cross platform app, where I want to purely avoid using native codes, as per the instructions. However I find it extremely difficult to find out how can I add a simple check box....
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleMasterDetailsPage Menu Icon not showing up on iOS
Hi all, I have an app with a MasterDetailsPage that I use for the main navigation. I am using the "hamburger" icon for my menu icon. On Android this works great. I set the Icon property on the MenuPage...
View ArticleXamarin Forms Maps - Multiple maps on navigation stack behaving oddly
I am using Xamarin Forms Maps in my project, and currently debugging on an Android device. This has been a project I've been working on for a while, and while my source code has not changed, all of a...
View ArticleMultiple map pages behaving strangely
I have a page with a map and some markers. I just got all of this working on Android a couple of days ago, but for some reason starting today, the following occurs. When the user clicks on a marker, I...
View Article