Setting 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 ArticleImage animations in Xamarin.Forms
I am in the evaluation phase for a port of an Android app to Xamarin. In the Android app, various animated images (available as multiple pngs) are shown as central part of the user interface. Android...
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 ArticleScrollToAsync
Alguem tem algum exemplo de como utilizar o ScrollToAsync , preciso que ao clicar em um botão minha página corra automaticamente ate o final
View ArticleHow to Close Application In Xamarin Forms
How to close the application in Xamarin forms ?
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 ArticlePushModalAsync with NavigationPage
In my app I want to use a navigation page for normal navigation. Occasionally I want to show a modal page and I'd like this page to be smaller than a normal page and have a transparent border so you...
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 ArticleImageSource.FromResource throws an error
ImageSource.FromResource used to pull images embedded in a PCL assembly, but now it throws an exception (on Android) saying: Method 'ImageSource.FromResource' not found. Here is the offending line of...
View Article