How to open intent on click push notifications.
I'm having some trouble understanding how the pushnotifications should work. When the user clicks on the notification dissapears but the activity does not start. I have a specific GCM module which is...
View ArticleBeginner questions on custom page renderers
What is the difference between e.NewElement and Element? Also iOS is setting up a new page inside OnElementChanged here: https://developer.xamarin.com/guides/xamarin-forms/custom-renderer/contentpage/,...
View ArticleTabbedPage in MasterDetailPage not producing scrollable tabs
Hey everyone, I'm having an issue where I have a TabbedPage in a MasterDetailPage and the tabs are not scrollable. Instead they're getting squished to fit the screen. Any ideas what's going on? Page...
View ArticleAndroid custom TabbedPage renderer with Material Design compat
Hello, everyone! I'm trying fix tabs broke texts but, since I'm using Material Design AppCompat, I'm having problems to create a custom TabbedPage renderer. Anyway, I'm just search for a way to fix...
View Articlescope bar in xamarin forms
Hi, i am developing an app in xamarin forms. I need in the ios version of the app to show an scope bar, how can I do it? This is what I call a scope bar:
View ArticleHow to Strikeout the Label in xamarin forms windows?
Hi, How to Strikeout the Label in xamarin forms windows? I want the label as follows for windows phone.
View ArticleXamarin.Forms Push Notifications
I'm currently trying to integrate Push Notifications on Xamarin.Forms in a PCL project but I have to implement it without using Microsoft Azure. Has anyone tried this or may someone guide me through...
View ArticleContentPage not removing XAML bindings when popped from NavigationPage?
Hi, I'm using the MVVM pattern with XamarinForms, so I create a model, assign it to the Xamarin Page (the page is a subclass of ContentPage) and because of the bindings declared in XAML everything gets...
View ArticleAfter implementing Material Design for Android, crashes app on start
Hi there, I implemented Material Design in my Xamarin.Forms app using both links, however in both cases when i run app, it crashes. Please advise...
View ArticleAndroid Sticky service and BroadcastReceiver not working when Xamarin.Forms...
Hi, We are developing Xamarin.Forms application. In Android project we have added a sticky service and BroadcastReceiver. In Service we are using Alarm Manager to schedule a notification. Code to show...
View ArticleUpdating UI in Tamarin.Forms apps
Hello everyone! I need to update user interface from code, I need to change ActivityIndicator is running or not. This is being executed when app gets results from WCF service. It runs some code in...
View ArticleAutoMapper & Linker issue
Hey, when letting the linker remove all assemblies we get following exception which is related to the AutoMapper library. System.Diagnostics.Debugger.Mono_UnhandledException...
View ArticleShow List in a popup, some approach?
I want to give to the user the possibility of select an element of a list in a popup (without navigate to another page). My question is, is this possible with Xamarin.Forms? is there any plugin...
View ArticleMaterial Design Hamburger Icon alignment
It seems that by using the material design with forms, the hamburger icon (and the toolbar overflow icon) is not vertically centered in pre Lollipop devices. Is there something I am missing?
View ArticleHow can I draw a signature in Xamarin.Forms?
Hi guys, I am looking for a way to draw signatures from Xamarin.Forms. Is there any plugin which works fine with Xamarin.Forms 1.5? I have tried with ACR SignaturePad Plugin but it does not work fine...
View ArticleHow can we make XForms feature requests?
I understand that most of new development is being made in the form of bug fixing. Is there a separate team working on new capability or is it just one team juggling between bugs and features? Is there...
View ArticleStrange behaviour with ListView and separator thickness on iOS 8
Hi, I've encountered a strange bug with the ListView, please see attached screenshot. Some of the separators is thicker than the others, and when I scroll it flickers a lot and changes thickness...
View ArticleNeed help with RelativeSource Syntax
I have ListView which has a ListView.Header. The ListView is bound to an ObservableCollection. The Header needs to bind to members of my view model, not the collection. I cant figure out the correct...
View ArticleTabbed Page more selection IOS renderer
Hi I'm trying to work out if It's possible to change the more page renderer on a tabbedPage. So at the moment If I select the more button tab the following is displayed. I would like to change the...
View ArticleCustomRenderer on iOS - sizing to the bounds of the custom control
I've got a custom ViewRenderer, which I'm using to play a video (so far on iOS). This is working, but the MPMoviePlayerController is being cut off at the bottom of the screen - attached screenshot. I'm...
View Article