Xamarin.Forms TabbedPage - Capturing the tab click event (no page change)
Experts, I was able to extend the Xamarin.Forms TabbedPage class to add an event that is triggered when tabs change – so great. Now I’d like to be able to capture the tab click event that occurs when...
View ArticleSelecting Label Text for Copy and Paste
I am using labels to display contact info for a CRM application. I can't seem to select label text on any of the platforms, blocking me from copying and pasting contact information. Is there a property...
View ArticleI want to stream video in xamarin.forms how can i do that?
i want to stream video in xamarin.forms how can i implement that can u give me the working demo?
View Article"could not load type ... while decoding custom attribute"
Hi all, I am getting the error from the title at runtime when calling DependencyService.Get<>() to access the iOS binding of a cross-platform interface. It used to work fine with my ios app...
View ArticleMaintain List View Scroll State
I have a MasterDetailPage with a few items in the Master page. Each time a Master item is selected a ContentPage containing a ListView is assigned to MasterDetailPage.Detail These ContentPage's each of...
View ArticleXForms needs an ItemsControl
I may be totally missing something, but it seems like the biggest gap in Xamarin Forms that needs to be filled is the lack of an ItemsControl so that DataTemplates can be bound to collections in the...
View ArticleAnimate multiple Views in parallel
I need to fade multiple Views out in parallel with each other. At the moment, I'm using the View.FadeTo to fade the two views out right now. I'm doing it in an async void method, and not awaiting the...
View ArticleLayout errors on Xamarin.Facebook LoginButton
Has somebody has found with this error. I'm using a custom render to use the Facebook LoginButton. On iOS everything goes fine. But Android the button shows like the attached picture. The Text for "Log...
View ArticleIs it possible to access custom control coded in ANDROID project through...
Hi , I want implement a custom listview control with some additional features which is coded in android project ( native code ) , and render that custom control in my forms project . is it possible to...
View ArticleFile.WriteAllBytes in Android API 21+
Recently I wrote up a bit of basic code for our XF project for Android as an alternative to our existing iOS functionality to open/display PDF files. Basically it just fetches bytes from a web service,...
View ArticleHttpWebRequest https problems
Hi guys, Setup: Windows 7 Visual Studio 2015 OS X Yosemite Xamarin (latest stable version) I've been trying to solve this issue. I cannot seem to get any solid information on it. But OK in short I've...
View ArticleTrouble with Navigation Bar in MasterDetail Page
Hi I'm having trouble with the MasterDetail Navigation on the detail page. I would ultimately like to hide the navigation bar so that I can create a very custom look and feel I have tried adding...
View ArticleWebException : Send Failure. Error Writing Headers
I am trying to read some data from a local https server using HttpClient. The code works OK for HTTP. The Exception which is thrown with HTTPS is System.Net.WebException : Send Failure. Error Writing...
View ArticleCustom Fonts
Hi, I'm just going through customizing fonts in Xamarin.Forms. I want to set custom fonts in my entire app. I read many notes, articles, etc, defining about customizing font in Xamarin.Forms, but they...
View ArticleHow to not show separator/divider row between rows in a ListView()
Hi, I'm using Xamarin forms to show a ListView(), everything is working fine, but I cannot find out a solution to not show separator/divider row between rows in my ListView. Someone knows how to fix...
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 ArticlePOLL: What is your preferred location for ViewModel Hydration?
I've been torn on this topic, as I see value either way. Now that I'm working on a ViewModel-First navigation library, I'm trying to decide where a user will typically (in a well-factored code base)...
View ArticleProblems to start SLsvcUtil.exe
Hi guys We are trying to perform the step 3 on Creating a Xamarin.Android Application using this walkthrough:...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View Article