RendererFactory.GetRenderer() - is it bug - child content?
Is it bug that RendererFactory.GetRenderer(Forms.View) doesn't return child content? For instance if you call this with non-empty Grid (for ex. with few buttons) only the Top-Level element would be...
View ArticleToggle iOS NavigationPage.SetHasNavigationBar with TabbedPage results in...
Anyone tried this scenario before? I'm talking about latest Xamarin forms 2 targetting iOS. I have a TabbedPage with 4 tabs, when the user looks at the first 2, there should not be a navigationbar - I...
View Articletool bar icon is displayed as a black box in IOS project.
Dear, I use the tool bar and added the icon base on device platform as follow : Device.OnPlatform("done.png", "done.png", null); It works in Android project. But in IOS, icon displayed as black box. My...
View ArticleAndroid manifest permissions don't match the ones asked during install
In my AndroidManifest i have set the following permissions: uses-permission android:name="android.permission.INTERNET" uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"...
View ArticleConfigure Xamarin.Android on VSO
Hi I'm setting up a CI build with VSO for my Xamarin.Forms (Android) app but I have a lot of error. I would appreciate if someone tell me how I can configure xamarin.Android build step. what should I...
View ArticleHow can we drag a button in xamarin.forms using custom renderers?
Hi, I have to drag an element in the page using custom renderer. I am currently referring the following link from XLabs....
View ArticleXamarin.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 ArticleListview not updating after PopAsync
Hi. I got a listview in my MainPage, where i can select each individual item. When i do i do a pushSync and go to some page where i can select some items. When i select them i send out a message using...
View ArticleIssue facing with PopupLayout provided with XLabs.Forms.Controls
My popup is coming up in both android and windows. But when I try to use it for IOS it is blocking all the click events of the layout here is my code. I am creating an instance PopupLayout _PopUpLayout...
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 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 Article