Your experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleIssue with RelativeLayout in iOS
Hi, This piece of code works like a charm in Android but it doesn't in iOS. The ListView is positioned at the top of RelativeLayout instead of below the Stacklayout. If i remove the StackLayout, then...
View ArticleIssue With Navigaton.PushAsync
Hi There, I am having issues when I try to navigate to a new content page in Xamarin. Coming from a business WPF environment, I am using MVVM for this project and I am handling the page change even via...
View ArticleContrary to the Advertising
How does one get there money back. Been working on it for much more time than the $25.00 is worth but man in my opinion you guys just want to keep my money even if you said different.
View ArticleActivityIndicator in a ViewCell
I have an ActivityIndicator embedded in a ViewCell. I am trying to get the ActivityIndicator in the specific ViewCell to start once it is tapped, but I can't seem to find the right code to make it...
View Articlecodesign wants to sign using key "your dev key" in the keychain
I am trying to build an iOS app for Ad Hoc distribution. When I build, I get a popup on my Mac. "codesign wants to sign using key "your dev key" in the keychain do you want to allow access to this...
View ArticleDoes Xamarin Forms 2.0 support 3D Touch
Would like to add some 3D Touch functionality to my forms app. Just wondering.
View ArticleError The "CreateAdditionalLibraryResourceCache" task failed unexpectedly
Hi, after uptading Xamarin.Forms references in my project via NuGet Visual Studio 2013, When I try to build my solution it appear this error: Error 14 The "CreateAdditionalLibraryResourceCache" task...
View ArticleWhat could cause a crash in GetAppearedOrDisappearedTask ?
Our QA team just got this crash in Xamarin Insights. I don't see any of our code in this except for the Main call, so maybe it's a Xamarin Forms bug? It would be nice if the NullReferenceException told...
View ArticleTableSection w/out header
How can I hide / not create the section header created by a TableSection? The TableSectionBase documentation states: You can assign a header and a footer either as strings (Header and Footer)...
View ArticleImage (UI) rotation or Image Source rotation. Which one is better?
we are developing an application where we need to show the ID cards. One page we have to show the ID card in landscape mode and other page we have to show the ID card in Portrait mode. Which one of...
View ArticleXamarin 5.10 build 811 - No "iOS Application" Section For Setting "Version Code"
I'm running Xamarin 5.10 build 811 from the alpha channel and I'm trying to set the "Version Code", but I don't see the "iOS Application" section for setting the "Version Code" in the iOS project...
View ArticleKeeping text in the middle of a scrollview enlarged?
Hi guys, I have a pretty vague description of something I'd like to do, but not entirely sure if it's possible. Well, more accurately not entirely sure of the best way to go about it. Say I have a...
View ArticleFormatted Label with Xamarin.Forms
Can someone please show me how to use Xamarin.Forms.Label.FormattedText correctly? I'm using Xamarin.Forms to write a Carousel based app, when I try Label IntroductionTextLabel = new Label();...
View ArticleIssue with Forms grouped ListView
Hi Guys and Gals, Using a grouped ListView to display a list of images, 1 cell/row per image. The header of the group contains a number (row counter). What is puzzling me is that when I load up the...
View ArticleListView first item is pushed down on Android API 23 Marshmillow
There is a large blank part at the start of the list like this: http://i.imgur.com/ZCW3oML.png The right side is actually a list view, but the items are pushed so far down that you have to scroll a bit...
View ArticleButton with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleApp crashes after splash screen on iOS device
Hello everyone! My app works correctly on the simulators but crashes on the real device. I dont see any logs in the deployment and application outputs. How could i know what crashes my app? Thank you!
View ArticleIs it possible to set event handlers for "OnBeginTap" and "OnEndTap?"
This is probably not possible out of the box in Xamarin.Forms and I have been struggling to find a way to do this in a custom renderer, but is it possible to capture the events that occur when a tap...
View ArticleWhich class and proper parameter syntax for connecting to Couchbase remote...
I am trying to establish the proper class usage and parameter syntax for connecting to a couchbase cloud instance. For E.G. To instantiate and connect to a local connection to a Mongodb the syntax is...
View Article