Centered Fixed Marker on Xamarin.Forms.Maps
I'm trying to integrate a map on Xamarin.Forms that when opened, a fixed marker is placed on the center of the map. By fixed, I mean it does not move when the map is dragged and the marker itself is...
View ArticleXamarin.Forms Push Notifications
I'm currently trying to integrate Push Notifications on Xamarin.Forms in a PCL project but I have to implement it without using Microsoft Azure. Has anyone tried this or may someone guide me through...
View ArticleHow to Strikeout the Label in xamarin forms windows?
Hi, How to Strikeout the Label in xamarin forms windows? I want the label as follows for windows phone.
View ArticleXamarin Forms page custom renderer fails to cast ContainerElement as Canvas
As written in title.. When i try to make a platform specific rendering of a WP page, the ContainerElement gets cast to null - but its not really null - it contains lots of properties, but still i cant...
View ArticleListview Item Selected Highlight
Ciao I have two questions about selected item in a listview: 1- in a "grouped listview", if I tap a row, I don't have the row highlighted. I don't know why. 2- in a "non grouped listview", if I tap a...
View ArticlePlaceholder focus issue in xamarin.forms
Hello, I'm using editor control in my app, and to set a placeholder in it i'm using following code to show /hide place holder on focused and unfocused event. Focused += (object sender, FocusEventArgs...
View ArticleSelectedItem
Hi All, I have a listview that I displays a list of items. The items are coming from a database(webapi). When someone makes a selection, how do I get the value? I have googled but still can't seem to...
View ArticleXamarin.Forms.iOS Google Maps Error
I have this error with setting up the CameraPosition for the Google Maps for iOS. ERROR: System.Exception: Could not create an native instance of the type 'Google.Maps.CameraPosition': the native class...
View ArticleMajor bug in tablets with AppCompatActivity
I've reported this since 1.5.2 came out, and it's still the same issue at 2.0.0.6484 Basically, tablet landscape mode will not show toolbar buttons. Here is a picture in Portrait: You can see the...
View ArticleNavigation and AppCompatActivity
Hi all, I switched from XFormsApplicationDroid (I'm using XLabs) to FormsAppCompatActivity (of course for the Android part of the app) But now I have a problem... I have to push a new page and remove...
View ArticleHow to access other control elements of Cell from the button event handler in...
Each row has two buttons with image called A and B in ViewCell, if click on the A button the image of the button B should change. The event handler for button A is in cs file. From this handler how to...
View ArticleDestroy a Task
Hi Friends, and Happy Christmas to all of you. I have this problem. I have an app that, on OnStart(), create a Task Task.Run(async()=> startTimer (60000)); this startTimer() has this code... private...
View ArticleUWP + Forms 2.0 - Custom Page Renderer always shows empty
I have below custom page renderer for UWP app, while the app always shows an empty screen, from the debug with the Loaded event, I can see the border element in the ContainerElement with ActualWidth=0...
View ArticleXamarin.InAppBilling, how to get Activity not Context in Xamarin.Forms
When a user clicks a button, I want the Google popup to show (if on Android platform of course). I can do it, but only in my regular ProjectName.Droid project. I cannot do it with DependencyService...
View ArticleBaseUrl for HtmlWebViewSource: how to use it?
I'm trying to set the BaseUrl of a HtmlWebViewSource for a WebView, so that local resources such as images can be shown when I want to load a web page from a "local" string containing the html. I...
View ArticleWait an activity to finish
Hi, I am making an App to take pictures, I have a method in the Android section using dependency service. This method start an activity for taking the picture and return the path to the picture so I...
View ArticleCan the padding between rows in a Grid be changed?
Hi there, I'm having a little trouble using the Grid layout in Xamarin Forms. I am using a Grid in my application, which contains a number of rows, each containing a label and a picker, side by side. A...
View ArticleCustomRenderer on iOS - sizing to the bounds of the custom control
I've got a custom ViewRenderer, which I'm using to play a video (so far on iOS). This is working, but the MPMoviePlayerController is being cut off at the bottom of the screen - attached screenshot. I'm...
View ArticleWhat is the event for a swith in ListView
Hello, I work with XamarinForms with a NavigationService. I work about an app about amusement park. This view display all places available to do sort by Categories I have this listView.xaml : <?xml...
View ArticleLaunch a tabbed page from a tab
Hi, I am currently bringing FTrack2 (available on the app store) from being iOS only to work with Xam.Forms. The app relies on different parts of the app having different navigation bars. For example,...
View Article