Bug in Button.Image ?
Assigning an Image to a Button with LayoutOptions.StartAndExpand doesn't increase the Width of the button, which I would expect. Instead a piece of Text will be cut out from the middle and replaced...
View ArticleLocal XAML namespace in Shared project
Hello, I tried to declare a local XAML namespace in my pages in a Shared Xamarin.Forms project like this : xmlns:local="clr-namespace:MyProject.Example;assembly=MyProject.Example" It doesn't work, and...
View ArticleProblem with Xamarin.Forms.Device.StartTimer
I am using Xamarin.Forms.Device.StartTimer to repeatedly call into a routine that updates some value. This works perfectly fine on iPhone 6 8.2 simulator, but once i run it on the actual iPhone 6 8.2...
View ArticleAre there any samples with radio buttons?
Most of apps need some sort of selection buttons, but AFAIK Xamarin Forms don't offer XAML/C# support for radio buttons. Has anyone implemented such functionality in Xamarin.Forms projects for all...
View ArticleImplementing a DependencyService
I am trying to write a DependencyService that utilizes the native Facebook SDKs on the individual platforms. What is the best approach for this on Android? Would it be to start an Android Service...
View ArticleCalling platform dependent GUI from Xamarin.Forms
I recently started creating an app with Xamarin.Forms. I have now realized that I will need to write some more advanced GUI-features, for instance lines from point (x1,y1) to (x2, y2) that updates...
View ArticleCarouselPageRenderer. void EndAppearanceTransition () never calls
I need an some event of swipe animation of CarouselPage finished or started. There is not a lot of documentation on CarouselPage, but my suggestion was to use void EndAppearanceTransition (), but it...
View Articlevideo convertation ?
Hi, can anyone point to "how to convert video from one format to mp.4" or atleast change current video dimmension, codec, bit or frame rate ? i've found few libraries for .net but i can't use them in...
View ArticlePage content cannot show while keyoboard is swipe up and scrolling on screen
Hi, I have created app using Xamain.Forms 1.3.4. I have textbox at the end of screen. When I tap on textbox the keyboard swipe up and content of screen gets up. While I am scrolling up and down the...
View ArticleTabbedPage NullPointerException
Hey, I have a problem with a Modal Page. In my Application the user can edit one of his contacts. For that I Push a Modal Page where he can edit the information and then save it. The Modal Page is...
View Article[iOS] Is anyone else having Autofac Constructor Resolving issues after the...
Yesterday, after updating to the latest version of Xamarin (both VS and XS), now my app won't start on iOS (still fine on Android) with the following exception. (did not fail prior to the update)...
View ArticleXamarin Forms Lab GridView
Hello, I'm trying to use GridView from Forms Lab. Problem is that I'm not getting anything shown on screen. One thing to note - when i set Content = gridView or Content = mainLayout I'm getting null...
View ArticleXamarin.Forms 1.4.1-pre1 Released
Back to our regularly scheduled bug grind. Enhancements Secondary toolbar items on iOS now have a disabled appearance Bug Fixes Bug 27782 - Hard crash, as soon as a item in a ListView is selected and...
View ArticleWCF Client from PCL
So I have two WCF clients one is an older shared dll(not pcl) that I use in Android and iOS and works perfectly. The second WCF client is in a forms PCL that so far works just fine in iOS but never...
View Articleabsolutelayout into scrollview doesn't scroll
Hello, I got this in XAML. <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleOffscreen TapGestureRecognizer not firing
I've got a sliding drawer which contains an TapGestureRecognizer. The set up is basically a relativelayout with two stacklayout children, one of which is positioned offscreen on load, like this: var...
View ArticleDetecting Network Connection with Xamarin
Ok this took alot of searching around to finally figure out to do this. Considering I have never developed on Android or with Xamarin and im still learning it all. this page...
View ArticleRequest - Expose WP8 (Fixed)LongListSelector JumpListStyle or LayoutMode as a...
I have a slight issue with an app right now - the client requested a jumplist on WP as an actual list, not a grid, but only on a specific listview. As the ListViewRenderer uses a private field for...
View ArticleWho can help me successfully bound some instant messaging SDK?Thank you
Who can help me successfully bound some instant messaging SDK? I'm Chinese, Can help me to change? Thank you android sdk download http://downloads.rongcloud.cn/Rong_Cloud_Android_SDK_v1_4_1_stable.zip...
View ArticleWOW!!!
I AM.........................COMPLETELY............... BLOWN AWAY BY THIS!!!!! WOWWWWWW.... the #1 reason I stopped investigating Xamarin was that it requires you to build 3 different UIs for your...
View Article