CanSendEmail from messaging plugin every time is false and can't sent email...
Hi all . I use messaging plugin but I have the problem with email task . Phone and SMS works perfect but email doesn't work . I try and device.uri() and IOS devices recognize this code with subject and...
View ArticleHow to handle navigation in a MasterDetailPage using Context Actions of a...
Hello there, I will try to give an accurate explanation for the issue I'm facing. Context : I'm using a MasterDetailPage for my main navigation. In a Detail page (used as a NavigationPage), I display a...
View ArticleDownload file using App.
Currently i'm opening browser from App to download file from web. Can any one suggest what's best way to allow user download file using Xamarin.Forms
View ArticleHow to service Button.Clicked event in a custom ListView.ItemTemplate
If using XAML, it is very easy as all the events are defined in the code behind where all objects of the page are accissible. But I am building UI in the code and servicing a button click event with in...
View ArticleGestures from ViewOne -> ViewTwo
Hi, I want to sent all touches X Y from one View to another View, how to do it? Preciate! Thank Br Ali
View ArticleXamarin Studio fails to build new pcl project
I am using Xamarin Studio version 5.9.5 (build 9) on windows 10. I have just created a new project, pcl xamarin.forms app. The output below is straight from the terminal in Xamarin Studio and shows an...
View ArticleGestureRecognizer is not working on android using Xamarin.forms
public void EnableSubmitButton(){ LeftMenuItem.IsEnabled = true; TapGestureRecognizer OnLeftMenuItemClicked = new TapGestureRecognizer ((s,e) => { OnSubmitClicked (s,e); });...
View ArticleBorder Radius and Border on Entry
Is there a way to set a border radius or border color/width on an Entry? Or does that have to be done using custom renderers, and if so, does anyone have an example of what that would look like?
View ArticleListView wont keep selection
I am trying to do a simple ListView that binds to a collection of strings. I have implemented the ItemSource and SelectedItem properties in the VM; when the ListView initializes it binds to both...
View ArticleInitializing XLabs services in WP 8.1
I'm trying to get up and running with XLabs. I installed the latest pre release across all VS projects. I'm stuck on step 1 on https://github.com/XLabs/Xamarin-Forms-Labs It says var app = new...
View ArticleAnything lighter than a BoxView?
I need to draw many rectangles on the screen with a color property. BoxView seems to be a good fit, but I'm wondering if there is a low-level control or way of drawing many shapes with better...
View ArticleHow to disable share in QLpreviewcontroller for iOS
Hi, Using dependency service I have used Qlpreviewcontroller to view PDF.However I want to remove or disable the share button. I already tried setting right bar button item to null ,this will not work...
View ArticleAdding png to Resources\Drawable hangs Visual Studio
Every time I add a png to Visual Studio in our Xamarin.Forms Android project, Visual Studio hangs. Not sure what is causing it, but I didn't have the same issue when adding the first image to the...
View Articleselecting on item at a time in Listview
@TorbenKruse , Hi Torben, Please guide me how to select only one list item at a time in the example that was guided by you. Please find the below github link of your example....
View ArticleCustom Renderer - cannot make them working. cannot debug
I'm going crazy developing my first custom renderer. First of all, i am not able to debug them. Breakpoints never been hit. I'm using Xamarin studio 5.9.7 (build 9). I'am trying to develop a simple...
View ArticleMulti Level Accordian using ListView
I have a list of items. These items can each have a list of their own. At the most it can go eight levels deep. I'm trying to create an accordian style view using a listview. I'm struggling to find the...
View ArticleCustomization of Xamarin.Forms.Maps pins
Is it possible to customize Xamarin.Forms.Maps pins (colour, image etc)? Is it possible to handle the event, when pin is clicked and callout appeared?
View ArticleHow Label's FontSize property can accept integer and NamedSize values in the...
Hi, I try to create my own custom control. And I need a FontSize property for my control like the Label has. But in the Label this property has a type of 'double'. And I don't understand how can we...
View ArticleIs there a cross-platform solution to ImageSource to byte[]?
I did researches and fell on this solution: http://forums.xamarin.com/discussion/22682/is-there-a-way-to-turn-an-imagesource-into-a-byte-array We want to upload an image through a HTTP Post, here's...
View Article