Wrong/different "Current location" Icon after forms update.
iOS: When we set the "IsShowingUser" bool in the "WorkingWithMaps" project we get blue icon After updating Forms, we get the pin icon Is this a bug? Is there a way to bring back the "correct" icon?
View ArticlePushing a tab-free page from a TabbedPage
I´m using the tabs as the main menu of my app, in one of the pages the user can select a list item, I´m using PushAsync to display the details, the tabs are carried over, and I suppose this is normal...
View ArticleHow to use bool AnimationIsRunning(this IAnimatable self, string handle), or...
Hi, I have a visual element (ie. Entry), that does some animation on a button click. If I spam the button, it works, but eventually crashes the application (saying key doesn't exist in dictionary), I...
View ArticleAudio in WebView on iOS?
Hi, Im opening a website that play an audio file in a webview. There is no sound on my real device? But on the simulator it works fine. Any suggestions or ideas what it could be? Thanks in advance!...
View ArticleNuGet won't install Xamarin.Forms.Maps 1.4.2.6355 for Portable library?
I was under the impression that Xamarin.Forms.Maps was PCL compatible, but when trying to Install it via NuGet for a PCL, I get the following NuGet error: Attempting to resolve dependency...
View ArticleData binding in my custom control
I want to create my custom cell to basically replace <ViewCell Height="300"> <Editor Text="{Binding Template}" HeightRequest="300" /> </ViewCell> by <cells:EditorCell...
View ArticleListView binding using xaml in xamarin forms
Hi, I am a beginner of Xamarin forms. I am working with list view bindings as part of my xamarin forms. I could not able to see the data updated to list view even after data binding is done through...
View Articlecould not add xamarin forms , the type or namespace name'xamarin' could not...
the type or namespace name'xamarin' could not be found the type or namespace name'application' could not be found Please helpp mee been stuck on this v long alr
View ArticleListView: Programmatically scroll to Y
Hello all! My problem is that I need to make two ListView controls to scroll in unison. So far I haven't been able to find a satisfying solution by using their ScrollTo(object,scrollPosition) in an...
View ArticleAre there a possibility to get back the root page of the Navigation Page in a...
We are using a Xamarin Forms Navigation Page in our product. I have a root page, which contains a list with items on it. But there's a possibility to add new items through a workflow which leads more...
View Article[TIPS] Xamarin.Forms.MasterDetailPage for the Visually Impaired
Hi, I have written some smartphone applications for the visually impaired people. The Xamarin.Forms Framework greatly reduces my coding cost of my new application for iOS/Android. The current version...
View ArticleBug in ListView.HeaderTemplate?
var listView = new ListView {}; listView.SetBinding<IssueViewModel>(ListView.HeaderProperty, x => x.CurrentItem); listView.HeaderTemplate = new DataTemplate(() => { var cell = new ViewCell...
View ArticleListView ViewCell CustomRenderer
I have extended the ImageCell renderer like so public class MyImageCellRenderer : ImageCellRenderer { public ImageView ImageView { get; set; } protected override Android.Views.View GetCellCore(Cell...
View ArticleOAuth2 Windows Phone
Hello I'm looking for an example of an OAuth2 implementation on Windows Phone. Can anyone help me with this? Sam Van Cutsem
View ArticleDon't open the forms project a month, Android error? Without any prompting
Don't open the forms project a month, Android error? Without any prompting。 If there is a break, but the next step automatically shut down, IOS no problem. How much is the commercial version of the...
View ArticleKeyboard OnAppearing / OnDisappearing
Hi. when an entry is focused the keyboard appears and in this case some parts of my UI are hidden by the keyboard. So I want to move some objects when the keyboard appears and move again when the...
View ArticleInherit font attributes from container? Or other way to set common font on...
In Windows.Forms, I am accustomed to setting Font on the form, and then the children (e.g. labels) inherit that font. Is there an equivalent function in Xamarin.Forms, for a Page? If not, is there some...
View ArticleWhy is the ImageCell Image Property not public?
I would like to animate the image in the ImageCell, however I only have access to the ImageSource and not the actual image. This led me to create a custom renderer and do the animations on each...
View ArticleDeveloping Cross Platform with Xamarin Forms
I have installed a trial version of this product and would like to prove it can do what we need as soon as possible so that we can purchase a license and start developing. We need to produce Apps on...
View ArticleXamarin forms android Nexus S api 19 FirstPage is hiden
Hi everybody I need your help about this. We build a bus ticket app.This app work fine on İos and android. But in Android. Some devices not show my first page. I blocked my all code except İnitialize...
View Article