Has anybody implemented a splitter bar using Xamarin Forms?
I have a screen layout that involves two panels side-by-side. I would like the user to be able to resize the panels so that they can share the horizontal screen estate any way the user wishes. It does...
View ArticleMasterDetail Page Android
Hi, I'm using this tutorial https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ for hamburger menu. In ios project it looks good, but in Android the icons are resized. Can...
View Articleneed help to get scan barcode for the motorola MC40
anyone had any luck to communicate to the Motorola mc40 barcode scanner. the operating system on the MC40 is Android
View ArticleHow to catch an MouseDown event of an image?
I would like to handle something when the mouse(a touchpoint) pressed but not release on an image. Is it any methods to do that? Thanks.
View ArticleiOS: changing the status bar background when master view is presented
Hi, did anyone do this yet? I want to change the background color of the status bar in iOS as soon as I open the master page on my MasterDetailPage. IsPresented = true Reason: My navigation bar is...
View ArticleListView.Height returns what unit?
When i use ListView.Height it simply returns a number (in my case 381). What unit is this number? I need the number in pixels. Is there some way to convert this to pixels or maybe some other way to...
View ArticleHow to implement push notification?
Hi, how to implement push notification in xamarin.forms? Is it possible to do push notification implementation in core project for all platforms? Please give me sample project. Thank You,
View ArticleBackgound images in Listview.
I have a ListView filled by a custom object ( Place) in my Xamarin.Forms app. By the moment I can display the Name, Description, and an Image (loaded from an URL) for each Place in my list, but I'm...
View ArticleXamarin.Forms control customization
Hi! I am new to Xamarin, and I am currently trying to implement some simple screen to see the Xamarin.Forms capabilities in reality. When Xamarin.Forms gave me great portability and flexibility of...
View ArticleHELP! User found a crash on iPad Mini 2...
...so we went and picked up a brand new iPad Mini 2, and sure enough, the app crashes. Runs fine on all other iOS devices as far as we know. So, I set up the new device on my developer account, got it...
View ArticleCan we feasibly implement our own gesture recognizers? Help with Swipe gesture
Hi all. Forms looks really exciting and I'm jumping on board and seeking to extend the tools we have available and make life a little easier for Forms devs. One big area of missing functionality at the...
View ArticleBinding TextColor on Label not working
<ListView.ItemTemplate> <ViewCell.View> <Grid.ColumnDefinitions> </Grid.ColumnDefinitions> </ViewCell.View> </ListView.ItemTemplate> All working as expected except...
View ArticleDisplayActionSheet customization?
DisplayActionSheet has support for a "destructive" button, but I want it to be the last option in the list, not the first. Is there a way customize the renderer for a Page's actionsheet?
View Articlexaml and canvas
I just thought of that because I had already read it - then I found it again. Totally forgot about this awesome kickstarter: http://xforms-kickstarter.com/
View ArticleLeftBarButtonItem in forms?
I found the ToolbarItems stuff, but I would like 1 item to be on the left (LeftBarButtonItem in iOS) and 1 item to be on the right (RightBarButtonItem in iOS). Is this possible? I am trying to popup a...
View ArticleiOS Tint Color
Is it possible to set the tint color for the iOS version of an application? With the following code I have a namespace named Static with a default Xamarin.Forms color defined. I'm trying to run this in...
View ArticleForms IDE Support
Can you develop an iOS/Android app with Xamarin Forms in Xamarin Studio and then later on add Windows Phone support using Visual Studio? Basically my project requires immediate support for iOS/Android...
View ArticleiOS Status Bar color will not apply
I'm using UINavigationBar.Appearance.BarTintColor = new UIColor(240, 149, 0, 0); within my FinishedLaunching method to tint the bar color orange. However, when I launch the application, it is yellow....
View ArticleListView grouping in iOS looks weird
I'm using a ListView with grouping which looks just fine on Android. However, on iOS all my group names are displayed on the right half of the screen, while my list is displayed on the left side of it....
View ArticleProblem with Linker for Android Xamarin.Forms
Hello all, I'm not able to compile my Android Xamarin.Forms app in Release mode as I'm getting the following error related with the Linker....
View Article