NavigationPage, Navigation.PopAsync() clearing Navigation Stack iOS (working...
Hi guys, I'm using a navigation page as my main page and I have my navigation working fine on Android but in iOS Push always works but if i do a PopAsync(), my Navigation object seems to be...
View ArticleViewTreeObserver.PreDraw
I have a custom renderer that I'm using for Android, and I'm linking to the Control.ViewTreeObserver's .PreDraw event. That seems to work great, however when it comes to cleaning up that event...
View ArticleHow Can I Chance or Set the Access Modifier in Xamarin Forms
Hi, I have to access user control in different view. But I get the inaccessible due to control's protection level error. I searched quite for a long time but I can't find anything. Please help me....
View ArticleSeeing Beacons in the background on Android in a X.F PCL solution.
So its straight forward enough to monitor for beacons in the foreground in a PCL with the Androids MainActivity being the IBeaconConsumer. But I'm not sure how to get background monitoring working, as...
View Article[FAQ] How to solve the issue about "moving controls"
I am having a very funny issue, it's "moving control elements". In the first time to build app, "sometime" the element positions are right, sometime wrong. If wrong, when I tap to any controls to show...
View ArticleEquivalent of PageExtensions.CreateViewController on Android
On iOS I'm able to inject Xamarin Forms into an existing Storyboard-based project by getting a UIViewController from a page by using: var viewController =...
View ArticleStreaming video
Hi guys, I'm new to Xamarin and i've been looking for a way to play or stream a video using Xamarin.Forms But up till now i couldnt find a way to do that. I can use a dependency to play e video but not...
View ArticleXLabs.Forms in NuGet needs to be updated - Still referencing XF 1.4
@SKall Hope you are recompiling. I got "Cannot resolve dependency to assembly" errors in WP but not in Android project. I am yet to test iOS one.
View ArticleLimitations In Xamarin.Forms For Images/Video
I'm new to Xamarin's framework, so please excuse my incorrect lingo. I want to create an app that would have forms (as in the general concept, not specifically as Xamarin.Forms) that would ask the user...
View ArticleImage renderer doesn't works correctly with binding
I have custom Image(with renderer) view in my XAML page. It is bound to some property say CarImage that returns ImageSource. When page loaded it display image that's ok, but when I change CarImage...
View ArticleProblems with UriImageSource cache and images
If I have 30 images with URI sources, then Xamarin fails to download them all, and some of them show up as empty. The matter is made worse by the fact that the empty (or failed) images are cached. I am...
View ArticleLayout for simple details page
Would somebody be able to offer some advice around laying out my page! I have a straight forward details page whereby its a label/value data going down the page What I'd like to achieve is have all...
View ArticleHeads up - problem after Mac Mini build server updated today. Not just me, so...
Just a heads up, in case you are asked if you want to install updates on your Mac build server today. I'm having problems after the update. It's probably something daft that I was supposed to do, but...
View ArticleXamarin.Forms Bindable Picker
If anyone wonders how to make a Bindable Picker, here's the code: ` public class BindablePicker : Picker { #region Fields //Bindable property for the items source public static readonly...
View ArticleHow to remove corner radius from xamarin.forms button in android?
Hi, I am getting struggle with removing corner radius from button in android. Could someone please help me on this? -Venu.
View ArticleIs is possible to render a xamarin form view outwith the forms navigation...
I was hoping there would be a way to make use of the xamarin forms native renderers to render a visual tree created with xamarin forms elements and inject these into a native view. It seems this is not...
View ArticleErrors and Warnings after upgrading all Xamarin components today
I'm getting 100 warnings much like this one: Warning 87 The element 'Target' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Ditto' in namespace...
View ArticleCode Behind issues in VS 2015 after upgrading to 1.5
Hi, I upgraded from 1.3 to 1.5 this week and I noticed that when I opened a code behind file for one of my XAML pages or content views all of the controls, etc were underlined in Red with Visual Studio...
View ArticleDumb newbie questions
So, I am working on my first PCL application, and I have a couple of questions............ 1. This application needs to work directly with a web service (SOAP). 2. The application will be receiving...
View ArticleMore errors with latest release
So I was able to compile with linker option set to "Do not link assemblies" I am losing my patience with this attitude at Xamarin that we are to be your beta testers. No confidence dudes!!!!!!!!!!!!!!!...
View Article