[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 ArticleProperty change does not seem to update datatemplate and view
Hi all, I am starting out with the wonderful Xamarin Forms and up till now it was pretty smooth sailing. That is always good. Now I have a problem with my datatemplate in listview not updating a Label...
View ArticleXamarin forms application crash issue due to gradually increasing memory...
We are facing xamarin forms application crash issue. It’s a single page application which is built using xamarin forms and mvvm cross (prism) In our primary investigation we found that there are...
View ArticleMT5212 link errors
The application we have was compiling okay the other day, but now it will not. It still works in the simulator but has lots of MT5212/MT5213 linker errors when compiling for a real device. We get lots...
View ArticleiOS failed to compile
I am developing two Xamarin Forms app with Android and iOS using Visual Studio. Yesterday my code was compiling fine, today I am not able to compile none of the two projects in iOS. One thing I found...
View ArticleExtra space appearing on top of table view in IOS, how to eliminate this.
In xamarin forms-IOS, tableview extra space is appearing on top of table if intent="form" used whereas if intent has changed to 'data' extra space was removed but extra separator line are displaying....
View ArticleIn IOS, TableView Cell height was not setting correctly
In IOS, TableView Cell height was not setting dynamically with respective content, height was fixed to some extent. Whereas in android it was resizing automatically. How to fix it in IOS specifically ?
View ArticleWhy switch is not displayed in andorid (lollipop) 5.0 version?
when switch is in off mode it displayed like a circle not like switch? I want to display switch offmode as 0 and on mode as 1 in the lollipop version(5.0)? can any one help me? I want to do it. please...
View ArticleIs it possible to center image/icon in Action bar on both Android and ios?
I'm trying to accomplish something similar to the image. Is this possible and how would you then do it?
View ArticleShow view hierarchy in Debugger
Hello I was wondering if there's a way to to log the view hierarchy for a ContentPage in Xamarin Forms, similar to how in iOS you can just log the 'description' of a UIView and it will show you all of...
View ArticleAny news on Carousel Pages and Lazy Loading?
Hey all, I've been trying to implement a carousel page with 100s of images, which I have working (to a degree). I've found a few threads on the topic where @CraigDunn mentions that they are working on...
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 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 Article