ItemAppearing not called in custom ViewCell
I am using FastCell (custom ViewCell) in my ListView and it appears ItemAppearing is never called. Anyone know how to get it to work with custom view cells? FastCell:...
View ArticleMVVMCross with XF
What's are the reasons why developers will use MVVMCross instead of what's already provided?
View ArticleWebView rendering when not Visible
Hi All, I have a WebView that is not visible when the page is displayed. Visibility is set when tapping a StackLayout gesture. The WebView source is using a HtmlWebViewSource converter. When the...
View ArticleXaml intellisense in Visual studio 2015
Hello, I've been reading everywhere that Xamarin Forms should have XAML Intellisense. However, for some reason it doesn't work. I have a PCL version of Xamarin and also have the latest updates...
View ArticleXamarin Form Designer
I have a quick question about Xamarin forms. Is there a designer available for the Xamarin Forms (xaml)? If no, will there be one soon? Because I installed the latest version of Xamarin Studio and...
View ArticleFile 'Windows.props' not find
I Created a Empty Xamarin.Forms Portable .This error occurred at compile time. File 'Windows.props' not find。 For more information, see...
View ArticleNested ListViews don't get rendered
Hi, I have the following layout: <ScrollView> <ListView ItemsSource="{Binding Days}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <StackLayout> <Label...
View ArticleAdding WP8.1 app
As per developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/getting-started/phone/ I added the windows phone application to Xamarin.Forms project. But, Step 5 is giving me error saying...
View ArticleUnable to load camera for the first time I open the application in Xamarin.Forms
Hi all, I am developing an application in Xamarin.forms.In that I am using camera.Whenever I try to open the camera after installing my application,its showing a blank page.If I restarted the app its...
View ArticleDefault value for Picker
I would like to show a default value in the text field of the Picker. So far I know the "Title" is automatically used but I would like to show one of the options, the Picker shows, e.g. the first one....
View Articlelistview expandeble in Xamarin forms
anyone have a simple example of a listview expandeble in Xamarin forms ? I need urgent help
View ArticleWhat settings do i need to set in Developers.Facebook.com to enable...
Hi folks, I'm trying to get Facebook OAuth to work in my Xamarin Forms app. I can get the facebook UI to show but it errors: Given URL is not permitted by the Application configuration: One or more of...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticleImageSource to Stream
Hey guys, I am trying to persist a user photo by converting it to a byte array. The initial placeholder image is loaded using xaml and static resources. The holdup is, that ImageSource is a XF Element...
View ArticleImage Placeholder
Just wondering whether there is built in functionality to set a placeholder image for an Image control? I have the ImageSource property bound to an HTTP URL and I'd like an image to display while the...
View ArticleCustom fonts on Windows Phone not working
Hi, I am trying to integrate custom fonts into my Forms App. I got iOS and Android to work, but it doesn't seem to work properly with windows phone. The custom font is not showing up. Just for...
View ArticleDependency Service Sample does not work
I tried runnign the Dependency Service Sample and it falls short running on iOS 8.4, either on device or in simulator. Works fine on Android. It seems there's a bug in iOS with the AVSpeechSynthesizer...
View ArticleSamsung Galaxy SII - Android 4.1.2 SearchBar problem
In Samsung Galaxy SII - Android 4.1.2 I can only input one character in the searchbar. Could be this a bug? Alessandro
View ArticleXLabs Geolocator Not Working
I'm trying to use the XLabs Geolocator, but have been running into issues in Android (I haven't tried IOS yet). I'm able to get an instance of Geolocator, however, Geolocator.IsGeolocationAvailable and...
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View Article