Xamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleNeed to make a global variable
Hello, I'm busy making a school project. I'm using Xamarin in Visual Studio and I'm trying to make an app in where I can get the choice of the user from a checkbox. This choice should be saved in a...
View ArticleChanging the color of Navigation Bar in Windows Phone
Hey, I am using ContentPage.ToolbarItems to provide options for navigation to different pages. I applied this: Tint = Color.FromHex("#C2185B") BarBackgroundColor = Color.FromHex("#C2185B") But the...
View ArticleStyles and skeleton
Hi guys. I would like to know if you plan to share styles and a skeleton? By analogy with the html and css. One page - lots of styles. That would be very cool!
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleMTOUCH failing with -linkskip in Xamarin 4
Hi all, I was wondering if anyone has issues with the linker in Xamarin 4. My project was working fine in Xamarin 3, but since the update the linkskip command it seems that is not working. This is my...
View ArticleBehavior issue
Good aftnernoon ladies and gents. My situation is as followed: - Portable project with a Custom Behavior in it. - Regular Xamarin project which has a reference to the Portable project in the Shared...
View ArticleHow do I add a small Popover with Forms?
I need to add a button that drops down a pop-over view like the attached image. How do I go about doing this using Forms so it is cross-platform.
View ArticleListView in ScrollView not scrolled
I have a RelativeLayout in ScrollView which contains ListView. When I want to scroll ListView scrolled RelativeLayout. But if I hold down ListView one finger, and scroll the other finger, it scrolled.
View Articleproblem with search bar or string contain only on iOS ?
Hello, My program has a FAQ with a search bar : If you type words it does refresh a stacklayout containing all the questions to only the questions that contains the specified word / character. This...
View Articlexamarin forms stacklayout rounded corners
Hi, How we set stacklayout rounded corners in Xamarin Forms. Please Help. Thanks
View ArticleDoes BaseUrl still not work in Android?
I am downloading HTML content from cloud (html, css, js and image files) and want to render in my mobile app. I am storing the css, js and image files into a local folder and want those to be picked up...
View ArticleHow to access a method of MainActivity.cs class from xaml.cs page in...
HI, I am working on xamarin.forms shared app. I need to open gallery in android device to select multiple images. I created a method in MainActivity.cs class that opens the gallery for android device....
View ArticleXLabs and PCLStorage bug since Xamarin.Forms 2 update
I'm developing a cross-platform application (PCL) which worked like a charm before i decided to update "Xamarin.Forms" and "Xamarin.Forms.Maps" from version 1.3 to version 2.0.0.6484. Since that time,...
View ArticleBreakpoint is not hitting
Hi Team, In my xamarin studio breakpoint is not hitting even though I have done the below approaches. Please advise. Open the Project options Go to "Build -> Compiler -> General Options." Set...
View ArticleError adding log4net to a Xamarin Forms solution
I get the following error when I try to add log4net from Nuget. Adding log4net... Adding 'log4net 2.0.4' to FiberChekMOBILE.iOS. Could not install package 'log4net 2.0.4'. You are trying to install...
View ArticleCannot add Active Directory Authentication Library Package to Xamarin.Forms...
Greetings everyone - I am brand new to Xamarin and I am trying to jump right in. There is a post that I am trying to replicate (https://blog.xamarin.com/put-adal-xamarin-forms/) and am having issues...
View ArticleCustom Renderer not working on Simulator.
We have a custom renderer (ios) that works on an iphone but not on the simulator. DidReceiveServerRedirectForProvisionalNavigation never gets called. I have tried all the Linker behavior settings...
View ArticleIn-app purchases?
Hi folks! Just a little question here in case there are other ideas I'm not considering. I took a look at the in-app purchase API and it seems to be fairly straight forward but time consuming just the...
View ArticleBack Arrow Color on Lollipop with FormsAppCompatActivity
What is the proper way to change the back arrow color when using FormsAppCompatActivity? I created a new project and followed the instructions here to use Material Design:...
View Article