Can you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleOnAppearing() not called on Android for underneath page if page on top was...
Shared code that was tested on Android and iOS. Using Xamarin Forms 2.0.0.6490 with a NavigationPage. Steps to Reproduce: 1.) Set a page as your MainPage for Navigation. 2.) Observe OnAppearing() is...
View ArticleProblem with selected cells when using RecycleElement caching strategy on...
Hi guys, I have a ListViewwith caching strategy set to RecycleElement, where each cell has a certain number of context actions implemented with MenuItems. In Android, when the user long presses on a...
View Article9-patch support in Xamarin.Forms?
Hello Xamarin Users, Does Xamarin Forms have a 9 patch feature? I want to make fancy 9-patch buttons for my iOS and Windows Phone app.
View ArticleUsing Google Maps on Xamarin.Forms for Android
So we need to create an app that renders a map and we are currently using Xamarin.Forms to integrate it. However, we will not use Xamarin.Forms.Maps since we have to use the Google Maps API for iOS and...
View ArticleIssues with upgrading to XF v2.0.0.6490
I am having 2 issues. I don't know if they are related. XF Version Issue: I created a new cross platform solution in VS2015. Then upgraded the XF for Windows Phone project. Then the version numbers are...
View ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
View ArticleGrial UI Kit for Xamarin Forms
Hi everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit. And hear what you think about it Please check it out http://www.grialkit.com Thanks everybody!
View ArticleSupport for Windows
I know there is dedicated support for Android and iOS when you buy licenses but since you never actually buy a license for Windows there doesn't seem to be a support email or contact I know of for...
View ArticleProblem in consuming restful webservice by post method.
Hi, I am very new with webservices. I need to create login by webservice. I am providing userid and password and the webservice will return login validation. The webservice is returning null response....
View ArticleMissing implementation of IProvideValueTarget.TargetProperty property...
Unfortunately implementation of IProvideValueTarget.TargetProperty property is missing in Xamarin.Forms. The implementation of property looks like this: public object TargetProperty { get { throw new...
View Article[iOS] unfocus called, IsVisible=false then keyboard pops up with no textboxes...
I'm having an annoying iOS issue right now where I call Unfocus(), hide an overlay element, and then the keyboard pops back open. Has anyone figured out a way to force this keyboard to go away? It's...
View ArticleHow do I remove dependency on Command and Xamarin.Forms in View-Model when...
Hi, I have read tons about following the MVVM pattern in Xamarin.Forms. To follow pure MVVM, there seem to be two main problems: (1) how to perform navigation without depending on Navigation (and the...
View ArticlePop 2 modals at once
Hello everyone, In my setup I use a MasterDetailPa ge with a Navigation page as the Detail Page. At some point in our App we have 2 modals pushed on top of eachother. We would like to remove both...
View ArticleDesign Idea needed for Carousel type page
Hi, what I would like to do is load a page that displays some data for the current month, I then want to allow a user to scroll left and right incrementing and decrementing the month as needed. I have...
View ArticleAdding a ContentView in a ContentPage
Hello, I have a ContentPage with a text field and a button. Once the button is clicked I want to load a ContentView under the button. The ContentView has a ListView of stuff I want to display....
View ArticleCan we add configurable urls in app.config file?
This is more about the standard practice ? Normally we put our urls in constant file in mobile apps? Unlike in web to make urls configurable they used to write inside app.config as key value pair?...
View Articlewindows rt forms support for Xamarin.Forms.ToolbarItem
Hi, Does the windows rt xamarin forms support toolbaritems. I have code in my existing project that adds a toolbar item and it is not showing when I add the windows rt windows app project. Thanks,...
View ArticleXamarin studio gets stuck while rebuilding the iOS app?
I'm using xcode 7.1 and xamarin studio 5.10.1 and whenever I'm setting my iOS project as startup project and build it the build process gets stuck and on canceling the build it doesnt gets cancelled....
View ArticleHow to hide the separator lines after the end of the list in IOS
In IOS listview shows if one or two Items and rest of the space it shows the separator lines, I want to hide the separator lines if no data.
View Article