XLabs.Forms in NuGet needs to be updated - Still referencing XF 1.4
@SKall Hope you are recompiling. I got "Cannot resolve dependency to assembly" errors in WP but not in Android project. I am yet to test iOS one.
View ArticleRendererFactory.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 ArticleActivityIndicator Color on PullToRefresh in ListView
I'm using PullToRefresh in my ListView. When the ItemsSource of my ListView is empty the displayed ActivityIndicator on a PullToRefresh operation is black, when the ItemsSource has items in it the...
View ArticleXamarin Forms Labs Geolocator Issue
Anybody encountered this issue when using DependencyService like - var geolocator = DependencyService.Get (); in Xamarin Forms Labs Geolocator? Could not load type...
View Articleerror when set Selected Item or Current Page in Carousel Page (Android)
I tried to set Selected Item and Current Page in Carousel Page when i want to see specific item when Carousel page showing. But it's not working. First item or 2 last item of ItemsSource work correct,...
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleWhere to get the Add Xamarin.Forms.Labs.Controls from?
Hi there I'm trying to use the Calendar from Add Xamarin.Forms.Labs.Controls. The how-to documents reads: Add Xamarin.Forms.Labs.Controls reference to your projects I cannot find that assembly to add....
View ArticleWebView is not showing / iOS 9
WebView is now appearing on any of my application after I upgraded to the latest version of Xamarin for iOS 9. I tried to isolate the problem in separate application. public App() { MainPage = new...
View ArticleXamarin.Forms.Maps - how to set optimal zoom?
I have collection of coordinates and I use them to create pins. I know about Map.MoveToRegion(MapSpan..), but how do I get MapSpan that cover the all pins?
View ArticleVisual studio issues with xamarin
Everytime i get an update regarding xamarin, it's affecting my visual studio 2013 and my visual studio gets crashed. Anybody facing the same issue?
View ArticleHow to use Android Material theme with no action bar
I am trying to use the Android Material theme without an title/action bar using the values-v21 folder. I can't seem to get the title/action bar to be hidden via the theme though. Anyone get this to...
View ArticleValue of Textbox is not binding for window phone.
Hi all, When I enter any value in textbox and keep the focus on the same textbox and click on save button, then the value of textbox is not saving for windows phone in xamarin mvvmcross. Please share...
View ArticleAdd native (android) controls in custom renderer
Currently I am trying to implement a custom renderer for android, which is supposed to display a pdf document. For doing that I need to add some android controls from within the custom renderer and add...
View ArticleI am not getting the exact date which is shown in DatePicker date when I...
In native iOS I found some solution, but in Xamarin there could you please tell me the replication of it. How do I write the below code in Xamarin. NSDate* destinationDate = [[[NSDate alloc]...
View ArticleEvent of button is not getting fired in absolute layout
Hello All, I am facing an strange behavior in Xamarin.forms. When i m writting below xaml code it's working fine as expected but the same thing i m trying to achieve dynamically from code behind event...
View ArticleUITapGestureRecognizer in IOS9.0 for custom cell doesnt work anymore.
I have quite a huge project in XF (since 1.3 days) which started about year ago. This project have several listview which have a custom cell done up using xib and custom renderers. Basically is a cell...
View ArticleAssembly for xmlns:locate not found (Forms-Project with XAML)
Hi, in my Shared-Forms-Project "BorrowedBooks" this "MainPage" made in XAML should dislpay a list of books. The list is a static member in App.cs <?xml version="1.0" encoding="utf-8" ?>...
View ArticleCombining ScrollView with RelativeLayout and Childs
Hi guys, I'm rather new to Xamarin and ran in to a problem. I've created 80% of the view code through my .xaml.cs file and 20% through my .xaml file. Code in xaml.cs file: ` /// /// The _calendar view...
View ArticleStyling a NavigationPage
I'm trying to style a navigation page. I'd like to set the BarBackgroundColor property to white. I've done the following in the xaml for the content page. I am guessing that the contentpage can't reach...
View ArticleUser Interface Issues (WP8.1rt)
Hi Guys, I currently developed a Windows Phone 8 (Sliverlight) Application using Xamarin Forms and now developing the same app in Windows Phone 8.1 Runtime and I have notice a huge difference in the UI...
View Article