Custom Page Transitions with Xamarin.Forms?
Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync? For example, I would like to have slide or fade transitions for Android. I have tried...
View ArticleListview Item Animation and Delay
Hi there. I'm having trouble getting each item in a ListView to show up at separate times(like half a second apart each), similar to Google+ where each item animates in separately. I have a ScaleTo...
View ArticleHow to use MessagingCenter to pass a message from an Android project to the...
I'm struggling to pass a message from my Android project to my PCL project using MessagingCenter. In my PCL project, I have a ContentPage called "AboutPage", while on the Android project I have a...
View ArticleCan't get context menu working
Hi, I can't seem to get my context MenuItems to fire either the edit or the delete commands indicated below. The menu comes up just fine, but nothing happens. Hopefully someone can help me out....
View ArticleHow to make a Tiled Background for iOS and Android?
Hi, How to make a Tiled Background for iOS and Android? If anyone has something ready? else I will do it with custom renderering
View ArticleMemory leak in Xamarin Forms ListView with Custom Cells
I've been doing some research on a memory leak our enterprise app has. Thsi app is developed with Xamarin Forms. After several tests i've found that ListViews with custom cell causes memory leak. I've...
View ArticleiPad PopToRootAsync() results in System.NullReferenceException
Forms : 1.4.0.6341 I'm working on an app in which the user navigates through a number of ContentPages before reaching a MasterDetailPage. In order to navigate back to the start I'm invoking...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleWinPhone: Exception on StreamImagesourceHandler LoadImageAsync
In one of my Dependency Services on WinPhone I'm trying to convert a StreamImageSource to an image using the StreamImagesourceHandler. I'm stuck as it results in an exception. When I run the following...
View ArticleMasterDetailPage with TabbedPage in master page, bug ?
I'm not sure if i'm doing something wrong or if this is a bug but in certain condition, the tabbedpage don't draw the tab in the master page. (Ipad, iOS 9.0, seems to work fine on the 8.4 images of the...
View ArticleHow can I use ApplicationResources with an MvvmCross Xamarin Forms Application
I am trying to add some ApplicationResources to my Xamarin application that uses MvvmCross I currently have an App.cs file like so: public class App : MvxApplication { /// <summary> ///...
View ArticleEmbed ZXing barcode scanner in Xamarin.Forms
I have a tabbed layout with three tabs, and on one of the tabs I would like to embed the barcode scanner. I have tried a custom renderer, it displays the barcode scanner, but it is not embedded in the...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleNeed to get message back to Forms PCL from Android Prj
I have a RadiusNetworks IBeaconAndroid running in my main android project, works great. But when I need to send an event back to the UI when a beacon comes in range. I tried to use MessagingCenter to...
View ArticlePicker Selection Event
Hi, I have a problem with xamarin form picker. I need to have an event when the "done" (ios) or "ok" (android) button was clicked. Cause i want to open a popup when user select an item. I only see a...
View ArticleHas anybody used a WebView within their XF app for getting data from the user?
I'm just thinking about how to embed a Rich Text Editor within a page of my XF app. As there doesn't seem to be a Rich Text Editor control available yet, I was wondering whether it might be easiest to...
View Articlehow to load Windows Authentication enabled site in WebView?
Hi, I have to load the windows authentication enabled site in webview. Is it possible. Thanks/vishnu
View ArticleWhen I run my application on emulator or device, the main screen doesn't show.
When I run my application on emulator or device, the main screen doesn't show. Last line of Application Output: [OpenGLRenderer] Enabling debug mode 0
View ArticleHow to add resources to custom xaml ViewCell
Hi all. As you know in xaml for each content page you can specify it's resource dictionary and use them like this <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleAdding Pull To Refresh to ListView for iOS :)
I love pull to refresh and I wanted to add it to iOS. Mark's video is awesome showing you how to use custom renderers, so I applied his practices to iOS:...
View Article