Is it safe to pass null to DisplayActionSheet? Question for Xamarin please.
I have been trying to use DisplayActionSheet to implement what should be a trivial piece of functionality. Inevitably there was a pretty significant bug on WinPhone (#21652) that cost some time, but...
View ArticleHow to hide Android toolbar with Xamarin.forms
I am using Xamarin.forms and I am trying to hide the toolbar on Android. I have it working for all the pages, except the first page that loads. I can't seem to get it to go away on that page. Anyone...
View ArticleSet justify Text for Label
Does anyone help me, please ? I tried to set text justify in Label of Xamarin.Forms. But i do not find any property or any solution. I found some solution but it's native programming language (Java and...
View Articlestacklayout rounded corners border radius
hi, I have a forms app with a standard contentpage with a blue background. In the center of the page there is a stacklayout with some controls and a white background. But the corners of my stacklayour...
View ArticleSQL issue on Xam Forms but just in Winphone app
I am managing to set up a connection and query in Ios and Android under a PCL project in WinPhone It appears to behave correctly until opening the connection wheron it throws the following error...
View Articlegeneral Assembly refererecing issue in Xam forms related to wp8
I conclude it must be that few are using Zam forms for truly multi platform including win phone I find I spend now 80% of my time trying to figure out what assembly is mismatched with what Just...
View Articlebrowse files and sync
Hi, can anyone please advise how to browse and select the files or documents from storage (either internal or external SD) in xamarin forms. my requirement is to collect the needed files list and to...
View ArticleHow to bind customize pin on xamarin.forms maps ?
Hello, I want to add my customize icon on map instead of pin. Already i have tried to understand below example but i can't get anything....
View ArticleListview binding causes [libc] Fatal signal 7 (SIGBUS), code 1, fault
I'm developing a Android PCL Xamarin Forms app. In it I have a page with Listview that is bound to a ObservableCollection On selecting an item the user is navigated to a new page that gives more...
View ArticleProblem with x:Name property after upgrade of xamarin forms 2.0
Hi all, Recently I have upgraded my xamarin forms to version 2.0. In that , I am not able to access the controls by its x:Name i.e. the x:Name given to any label is now not accessible in .cs file. So...
View ArticleXamarin Forms 1.3 Triggers Bug
I’ve been playing with Xamarin Forms 1.3 new features to see what I can do with them and found a bug using Style Triggers in Xaml. I’ve discovered that things are ok until you add more than one Trigger...
View ArticleProblem with XAML x:Name and access from code-behind
Hi all. I'm new to Xamarin Forms and have made a Xamarin Forms PCL project and added a few pages to it. So far the app is compiling and running fine on my samsung galaxy s5. But when a make a new Entry...
View ArticleHow to do the Unit Test for Portable Libraries?
How to do the Unit Test for Portable Libraries in Xamarin.Forms?
View ArticlePage Title binding
Hi, I have a contente page that displays information about a child, I want the title on that page to display the child's name. I cant seem to figure out how to properly bind the content page's Title to...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View ArticleChange navbar color
Is there a way to change the color of the Navigation bar in Xamarin.Forms? I am using a shared class lib. Example: I found a way to change it, but this was only possible on iOS only....
View ArticleChange Editor textcolor?
Is there a way to change the color of the text in an editor in Xamarin.Forms? Example of an editor I made: Editor myEditor = new Editor { HorizontalOptions = LayoutOptions.Fill, VerticalOptions =...
View ArticleShowing the Camera in Xamarin Forms on a ContentPage
I'm currently working on an app where we want to have the camera show on the main page and have some UI controls at the bottom and via a button there you can take a picture. It is working on iOS via a...
View ArticleStopping the separator lines after the end of the list
Hi, On android, when the list is complete, no more separator lines are added (2 items in the list gives 2 lines). Is there a way to achieve the same result under iOS and WinPhone?
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 Article