Multiplatform 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 ArticleError creating new Forms project in VS 2013 and Xamarin Studio
Hopefully someone can tell me what I am missing here. I get the following error when I try to create a new Xamarin Forms (Portable) project: "Specified argument was out of the range of valid values....
View ArticleStrange layout result on Android, correct result on iOS.
I'm using Forms with a xaml page that is defined as follows: <pages:BasePage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleLocalization multi reference
Hi all, I begin my post saying my excuse for my probably bad english. So i searched but i never find how i can do a multi reference of ressource file in xaml. for exemple i can do that on C#...
View ArticleHow to get the Current Page Name in Tabbed Page
How to get the Current Page Name in Tabbed Page Scenario: 1. A tabbed Page Two Tabb's where Both refers to the same Content Page with Two instance I am trying to basically make IsVisible check while...
View ArticleConvert a Xamarin.Forms.DataTemplate to a System.Windows.DataTemplate
Any know if there is a relatively easy way to do this -- I cannot seem to find any information on it.
View ArticleGrouped ListView - can you detect when the group header is selected/tapped?
Using a Grouped ListView, is there a way to detect when the group header is selected or tapped?
View ArticleListView is not working properly when used inside a TabbedPage
Hi, I have created an application with Xamarin.Forms for Android devices. This application contains a TabbedPage that is composed of four different tabs. Each tab is a content page that is composed of...
View ArticleSaving Multiple Tab Control Values in TabbedPage
Hi, I am using the TabbedPage Tabbed Page as mentioned below with more than three tabs. After entering/selecting values in each tab, Finally i want to save all the values entered in each to Server by...
View ArticleXamarin WCF IClientMessageInspector / Custom Headers
Hi, I’m trying to port over some existing WCF extension code into a Xamarin app that is targeting iOs, WinPhone and Android. The code currently lives in a windows desktop app without any problems....
View ArticleXamarin User Controls
Hello. For my project I need to animate an image by rotating. I thought that since quesa ruora image that must be repeated in various parts of my application would be useful enough to pack in a custom...
View ArticleUnable to find a version of XF compatible with...
Updating Xamarin.Forms... Attempting to resolve dependency 'Xamarin.Android.Support.v4 (= 23.0.1.3)'. Attempting to resolve dependency 'Xamarin.Android.Support.Design (= 23.0.1.3)'. Attempting to...
View ArticleCan't establish Socket connection
Hi, I am using @RyanDavis 's sockets-to-pcl plugin in a xamarin.form project. I am following the tcpSocketClient sample code posted in the GitHub repository https://github.com/rdavisau/sockets-for-pcl...
View ArticleDisplaying PDF in webview on iOS9 using xamarin forms
Hi, I am displaying a pdf inside a WebView. It is working properly as expected in all iOS versions except iOS9. in iOS9 the pdf occupies only around 1/5th of the page width only. I have tried setting...
View ArticleStackLayout ItemTemplate
Hi! For my project I need to declare an itemTemplate in a stackLayout. With the traditional xaml I could declare something like that: < StackLayout Orientation="Horizontal" VerticalOptions="Fill"...
View ArticleCustomized Highlight color in ListView with ItemTemplate
Hi, i have a ListView with a customized ItemTemplate (e.g. StackLayout). If an item in the ListView is selected the item should be highlighted with a custom color. I tried already following solutions...
View ArticleWeb Views on Xamarin.Forms Windows
Hi, I have a WebView which I use on my cross platform app and it looks fine, but on Windows the web views are smaller and scaled down and when I have a full screen web view it doesn't work. Does anyone...
View ArticleIs it possible to add stack Layuout in toolbar to add controls in it?
Is it possible to add stack Layuout in toolbar to add controls in it? If yes please provide any sample with UI in XAML
View ArticleCreate FileImageSource from an iOS Asset Catalog Image Set
Today I got stuck on a thing I didn't expect to get stuck on: loading an image from Asset Catalog Image Set into Page.Icon property. I've placed my icon under /Resources/Images.xcassets/Card.imageset...
View ArticleUsing System.Servicemodel.Web in Xamarin.Forms app
Im working on a solution where i connect to a REST JSON api. If/when the Rest call fails i want to be able to display the error message to the user. When i catch an Exception in my C# Web Service i...
View Article