Android Resource issues after upgrading to Xamarin Forms 2.0
I have recently upgraded 2 machines from Xamarin Forms 1.x to 2.0. One machine is OK and Xamarin Forms projects build fine for Android. The other machine is having dreadful issues. We have tried...
View ArticleCant change android back button in Xamarin.Forms
Hi all, I tried 10120312 ways to change back button in toolbar at Xamarin.Forms, but still it same color. It change hamburger menu color, but doesn't change <- !!! Create custom toolbar theme. - Not...
View ArticleSetting ContentPage Icon
I wanted to display an icon for an App on the next to the Title - ideally on the LHS. I attempted to modify petzold's toolbar demo as follows, but... no cigar. No icon is displayed on the Title/toolbar...
View ArticleHardware Back Button
I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to...
View ArticleIs it possible to switch off autocorrect on iOS custom forms elements
I have been asked to disable autocorrect on an iOS form view and can't work out how to do it. The XAML looks like this: < local:ValidatedEntry x:Name="FirstName" Header="First name" InvalidText="The...
View ArticlePullToRefresh in ListView not work in Windows RT (desktop)
I think the PullToRefresh in ListView does not work in Windows RT (desktop). Does anyone tried it?
View ArticleImages not load in Win RT with Xamarin Forms 2.0
Since the release of version 2.0 of Xamarin Forms do not load images in ListView in Win RT
View ArticleHow to avoid swipe gestures conflict between MasterDetail page and...
We have MasterDetail page and in the detail page I have a Listview implemented. Due to the lag in listview, we decided to implement in Native iOS renderer for Listview. That is mostly completed except...
View ArticleHow to pass string from android render page to PCL page ?
Hello How to pass string value to android render page to PCL page. show my code [assembly: ExportRenderer(typeof(LoginPage), typeof(LoginRender))] namespace TestApp.Droid.Renderers { public class...
View ArticleScrollToAsync
good morning anyone have any examples of how tuilizar the ScrollToAsync for the pagia automatically go to the end ?
View ArticleMultiplatform Forms project using SignaturePad
I'm trying to figure out a good way (if there is one) to mix Xamarin.Forms with SignaturePad. Ideally I'll be able to have a signature pad pop up on both Android and iOS - at first I thought I could...
View ArticleExceeded Retry Count of 10
I have updated to the latest Xamarin.Forms. I am using Visual Studio 2013. Since I updated to the latest Xamarin for Visual Studio this morning, I am getting these issues all of the time in Windows...
View ArticleHow can I get absolute position of element/view in xamarin.forms
I am using Xamarin Forms version 1.2.2.0. I have a Grid with 2 rows (1st row 50pixels height) in a Page, I have a Layout Control in 2nd row of Grid. I am working on touch gestures. I am getting X &...
View ArticleXamlC, do we still use InitializeComponent?
I am afraid that maybe my app is not compiling the xaml? I am getting large slowdowns calling InitializeComponent(). Do we still need to call that if we are using XamlC at the assembly level? When I...
View ArticleXamlC compiles, but throws InvalidCastException: Specified cast is not valid...
Hi, Updated my XF project to 2.0.0.6487 and verified that it's still working. Then I enabled XamlC on the assembly level. Android project builds without issues but dies on my Android 4.3 device in the...
View ArticleForcing Landscape for a single page in iOS
I know this question has been asked in various ways but I haven't seen a valid answer yet. I have an application that runs in portrait mode for the most part, I have one page the needs to be forced...
View ArticleTableSection w/out header
How can I hide / not create the section header created by a TableSection? The TableSectionBase documentation states: You can assign a header and a footer either as strings (Header and Footer)...
View ArticleXamarin Forms and using Behaviors in SAP application
Hi! I'm testing Xamarin Forms and Xamarin Studio. I've finded various samples that explains how to use behaviors to enhance views. I've implemented some code from this samples to use "MaxLength" in...
View ArticleTabbedPage Not Cycling on All windows 10 Platforms
I have made a simple Uwp Xamarin Forms App with 2.0.0.6490 the first Page is a TabbedPage with 3 Children but we deploy it to several windows 10 devices Windows 10 Home PC (not working) Windows 10...
View Article[XAMLC] compilation failure. Need more info
Hey guys, I'm getting a XAMLC compilation failure, but unfortunately the info that gets dumped in the error console is not helpful. I've validated all of my XAML and it appears to be correct, however...
View Article