How to resolve assembly dependency for 1.5.1 in WP ?
Hello, I upgraded xamarin forms version from 1.4.0 to 1.5.1. In this new version Android and IOS working fine but getting assembly dependency issues for WP. I upgrade my all references but no luck,...
View ArticleOpening Master page from MasterDetailPage
I have an issue with accessing Master page from CarouselPage. Master page is accessible from all other pages by swipe (as expected) but not from my CarouselPage, I'm navigating to it like:...
View ArticleHow to use Spinner in Xamarin Forms
I want to use android Spinner in Xamarin Forms application. How can I do that?
View ArticlePopToRootAsync with Modal
Navigation.PopToRootAsync() throws and exception when the page on top of the stack is a modal. Is there any work around for this?
View ArticleXamarin.Forms Version 2.0.0.6480 - 2015.11.17 !?
Hi there, I just created a new Project within VS2015 and updated the Packages via NuGet (Stable Only). I get the version "2.0.0.6480" installed, released today 17th Nov. 2015. No announcement - that is...
View ArticleI would like to compile to iOS 7 and Android 4 using Visual Studio 2015 under...
I am working on a iOS 7+ and Android 4+ cross platform app, how do I go about setting this up? I have a Mac Build host with xCode 7 installed. When I look at the iPhone emulators I only see iOS 9.
View ArticleFrame doesn't render outline on android?
I wrote a custom renderer to have a frame without rounded corners and with a thicker outline. I realized that the outline for the frame was not rendered at all (neither in my custom renderer nor in the...
View ArticlePopAsync not removing screen from NavigationStack
Hi, I have a page A and I push a page B. Page B calls a modal page (full screen ad). While the ad is displayed, I call PopAsync. After the ad, I'm back on Page A however Page B is still in the stack....
View ArticleAny issues using Xamarin Tech on new Surface Book?
It shouldn't but just asking if any unforeseen issues occurring?
View ArticleMake Layout Children Expand and Fill Entire Screen
Hello everyone! I have a horizontal StackLayout with three children. When stacked left to right, they don't take up all of the horizontal space on the screen. How can I make the children all expand...
View ArticleNo images showing when I try to set caching on for images in a ListView
Newbie to Xamarin Forms and I'm trying to add caching to images in a ListView to see if it improves performance on the scroll. When I add this code: <abstractions:CircleImage HeightRequest="80"...
View ArticleSystem.Drawing.Graphics.FromHwnd example in native part (c++)
Hi, Are they any examples about "System.Drawing.Graphics.FromHwnd " with relationship (c++) part for example how to use this handle in c++ part for attaching to Xamarin.Form section for all platform...
View ArticlePassing vtkrenderwindow HWND to Xamarin.Forms
Hi, How to using native rendering context in Xamarin.Form ? for example joining vtkrenderwindow HWND into panel or frame stuffs in Xamarin through System.Drawing.Graphics.FromHwnd for all platform ? is...
View ArticleDynamically adding a Cell to a TableView
I have a TableView that I build manually and display in a ContentPage. Later, after some user interaction I need to add a new cell to the Table. I am iterating through the table to find the right...
View ArticleStackLayouts with excluding IsVisible properties
Hello, I am trying to write a ListView in which the cells vary their layout depending on some bool properties of the binded object. For example, the object has: bool isTypeA = false; bool isTypeB =...
View ArticleAndroid Keychain
Hi all, I have an issue now with keychain in android as well as IOS. I have password vault up and running well in WP81. I can see that the package Android.Security has a calls called KeyChain and this...
View ArticleLocalize splash/launch image for android and iOS
How could you localize the launch image on iOS and android? I know you can edit an image properties on Xcode, but how do you this on Xamarin? (see image below) For android I'm using the tutorial on...
View Articlehow can i get horizontal Chart(Columns) using XLabs in Xamarin forms
Hi Everyone, I am getting chart using XLabs in xamarin forms, but as per my requirement chart(Columns) should be in Horizontal as shown in below pic. can someone help me in this.
View ArticleHOW CAN I DISPLAY THE BLUETOOTH DEVICES USING MONKEY ROBOTICS. ANY ONE WITH...
HOW CAN I DISPLAY THE BLUETOOTH DEVICES USING MONKEY ROBOTICS. ANY ONE WITH AN EASIER METHOD PLEASE.
View ArticleWhere are the release notes for 2.0.0?
Can't see them in NuGet. Can't even see an announcement on this forum.
View Article