Xamarin forms Listview selected item background color
just don't know how to fix it in cross platofrom renderer way, I've tried to over paint it from code, but no results, there is that blue line between list items and I don't know how to fix, if anybody...
View ArticleBlank region at the bottom when setting NavigationBar.Translucent = true
I set it in the ViewWillAppear method of the Sign up page. Then when I transition to the Log in page, there is a blank region at the bottom. Any idea why?
View ArticleThe dangers of using singletons in Xamarin.Forms App constructor
Hi, I was not sure where to post this but Xamarin Forms forum seems to be the best fit. I wanted to share an unpleasant experience, in order to help people who might (and will) encounter this issue. 1/...
View ArticleBinding with indexed properties
I have been working with binding towards a model that use indexed properties (using string identifiers), and have some issues I can't seem to get around - I was hoping someone here have some answers,...
View ArticleForms Listview hide last few rows in iOS
Hi, I am using Xamarin.Forms Listview in my project. I am able to load and show the data using ItemsSource property. My problem is in iPhone last few rows are hidden. I can see those rows only on...
View ArticleNavigation Page Back Button Text
Hi! I want to hide the back button text forever, maybe i put only an icon. How can i do it? Thanks!
View ArticleHow can I change Switch Text color? (Android)
Hi, there's a way to change through style xml file the text color of a Switch? (See the attached file Below) Thanks
View ArticleWe are facing an issue while using PopupLayout in Xamarin forms iOS.
Hi, We are facing an issue while using PopupLayout in Xamarin forms iOS. After adding the popupLayout as content to the Parent Layout i am unable to fire the click event for the button. Can anybody...
View ArticleHow to change the font size of the title on a Carousel Page on Windows Phone
This question is similar to this more generic and unanswered question: Customizing Title on carousel and tabbed page On Windows Phone I'd like more of the title of my carousel page to be readable...
View ArticleStoring data with Sqlite.net Extensions
Hi there, i'm currently making an app that is using Sqlite to store an object that has a list of object within it. I've been having trouble trying to insert and retrieve the object for the past week...
View ArticleListView in TableView: Unable to activate instance of type ...ListViewAdapter...
In my shared code project application I'm using something similar to this: List<string> data = new List<string> { "1", "2", "3", "4", "5", "6", "7" }; ListView lv = new ListView() {...
View ArticleApplication crashes when ContentPage in TabbedPage has its IsVisible property...
Application crashes when ContentPage in TabbedPage has its IsVisible property set to false with exception: "Unable to cast object of type 'Xamarin.Forms.ContentPage' to type 'Xamarin.Forms.View'."...
View ArticleXamarin.Forms binding with indexers crashes application
When using an object with two indexers, the binding can't resolve it and the application crashes. For instance, if the following binding is set <Label Text="{Binding [asdf]}" /> And the...
View ArticleCustom Master Detail opacity
Hi Experts, I have a custom master detail page that is a tabbed page. By custom i mean that i used multipage so that i could control the direction of the animation. Everything works fine except that...
View Article"Xam.PCL - Settings Plugin" gives error in test project
I have recently added the Xam.Plugins.Settings to my Xamarin forms project and it is working fine - but it is now failing my unit tests. My unit test are agains ta PCL library but it gives the...
View ArticleIs there a good cross platform admob component/pcl with examples?
I saw one; but it had no documentation and seems that it's fiddly to compile. Wondering what people do for advertising. I'm not an android guy, and perhaps it's really easy; but so far to me it looks...
View ArticleWinPhone & Win 8.1: Crash on Navigation.PopModalAsync() if the page contains...
I have a xaml page “Details_View” showed with ContentPage.Navigation.PushAsync(Details_View) with an Editor inside. If I call Navigation.PopModalAsync() the app crashes (happens only on WinPhone and...
View ArticleSubmission: SegmentControl for Xamarin.Forms.Labs
The Klickle Development Team would like to submit to the Xamarin Forms Labs project an implementation of control that mimics the IOS UISegmentControl. The license would be the Lab's license of Apache...
View ArticleOpen Camera app and take photo
Hi, I have an app for android and now I am extending it to iOS. I need to take photos from the app. I am using native calls with dependency service (described in this thread) From PCL I call the...
View Article