Open a Windows Page using Forms
Hello, Is this possible? I want to go to a Windows 8.1 page from a Xamarin.Forms page, and be able to handle .cs and .xaml native files (my intention is to develop a cross platform with maps, but...
View ArticleiOS remove ToolbarItem doesn't refresh the toolbar?
On Android works fine, but if I add an ToolbarItem on iOS and eventually remove him, it is still showing on the tabbar. And if I click, crashes my application. There are anyway to force a "refresh"?...
View ArticleOne ImageView in the center of another ImageView
Hi! I would like to show one ImageView in the center of another ImageView. I created ImageView myView and then use this code: myView.AddChildrenForAccessibility(new List<View>() { newImageView});...
View ArticleIs there a way to disable the background on the DisplayActionSheet?
Hi all and many thanks in advance. I'm dealing with an issue on how to disable the background on a DisplayActionSheet or DisplayAlert. Do you know if there's a simple way to do this? I've been looking...
View ArticleDebuggee returned error code 200.
Hi everyone I'm getting this error when I try to debug a Xamarin forms application: Mono.Debugger.Soft.CommandException: Debuggee returned error code 200. em...
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleCustom navbar/actionbar title font for both iOS and Android
Hi! I've been googling around for about an hour now and have found some solution for setting a custom font for the navbar, however I haven't found any on how to set the font on android. Has anyone got...
View ArticleImage Source in Xaml not working on WinPhone
I have the following code in a Xamarin Form (v1.3.4.6332) Xamarin VS Extension (v3.9.344): <Image Grid.Row="1" Grid.Column="0"> <Image.Source> <OnPlatform...
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleNullPointerException on Android when checking if declared task is running
I am using Xamarin Forms and have updated everything. The code below works great on the iOS Simulator but crashes on the Android Simulator (at least for API 16). I originally just declared the task in...
View ArticleOnScroll event in ScrollView
Anyone know if there is a way to hook into the scroll event in ScrollViews? I want to add infinite scroll to a ListView, but without any way of knowing when the user reaches, or getting closer to, the...
View ArticleMonkey.Robotics HM-10 BLE Generic binary data transfer
Hi! After adding a comment to a post without getting any feedback, I hope this is not deemed a duplicate. If so maybe I should have opened a new thread instead of making the comment. I created a...
View ArticleHow to play video with Xamarin forms?
Hello! I want to add a local video in Xamarin.Forms (not YouTube). Tell me please how to do it. Thanks a lot!
View ArticleXamarin.Forms and the Camera
G'day, For the life of me I can't get the camera to work with Xamarin.Forms. If I try MediaPicker.TakePhotoAsync or the Xamrin.Forms.Labs camera facility I get a black screen and it hangs. If I try...
View ArticleHorizontally scrollable TableViewCell
Hi guys, so what I wanna do is make a nice looking TableView (or ListView in .Forms). When you click on it, the selected cell should expand and show a grid of ImageCircles just like in the picture that...
View ArticleSQLiteConnection problem on Windows Phone
Hello, I have a problem with SQLiteConnection on Windows Phone. Program crashes on connection initializing. Same code works great on Android. I have Shared project and using SQLite.NET PLC for it with...
View ArticleDataTemplateSelector Xamarin.Forms
Hi, can anybody explain how can i create a TemplateSelector for a ListView?I want to have different views on each cell,depending on the content to load. I found this article:...
View ArticleHow to deal with a checkbox use case
I know that there's is no "checkbox" view in Xamarin.Forms. What is the recommended way to deal with a use case that would ask for such a control ? Should present the user with a list of Switches ?
View ArticleonPlatform changes for Android but not for iOS
I have been developing a Xamarin Forms app and have been testing its functionality on the windows emulator. On a button click, the user would be sent to the resulting listview that contains locations...
View ArticleReceive touch events after settings StackLayout.TranslateX property
Hello, I have a ContentView with a StackLayout with multiple children sized to the full width of the screen. In other words, if the screen width is 320 and I have five children, the inner StackLayout...
View Article