Height of a WebView
I have a StackLayout with a WebView followed by some other controls. The WebView should be as high as its contents. Unfortunately the WebView doesn't occupy any space at all unless I set its...
View ArticleCan't Install Micosoft Bing Speech SDK on Xamarin?
Hi, I am new to Xamarin platform and I am trying to Develop an application that supports continuous Speech recognition using Microsoft Bing Speech API . I am using service library for this. But I am...
View Articleerror: package android.support.v7.internal.widget.ActivityChooserModel does...
I just upgraded my project to Xamarin.Forms 2.3.0.49 and now I started getting these errors when I rebuild my Droid project:...
View ArticleToolbarItems disappear when navigating to another page
I've built a Xamarin Forms Project (PCL) from template (VS 2017) with: App.xaml.cs MainPage = new NavigationPage(new MainPage()); MainPage.xaml <?xml version="1.0" encoding="utf-8" ?>...
View ArticleRecommend the best , easy and detail Tutorials of Xamarin.Forms?
I am new in Xamarian don't know how to start to get a good grip on Xamamrin.Forms? would any one recommend me a book or tutorials ?
View ArticleFreshMvvm FreshTinyIoC.TinyIoCResolutionException
Hi @MichaelRidland, I've implemented a custom MasterDetail navigation service, to have a custom master/menu page. I inherited from FreshMasterDetailNavigationContainer. I created the custom Menu via a...
View ArticleWon't build on Azure
I have an out of the box Xamarin.Forms application (ToDo List) that builds fine on my Windows machine, but which fails on an Azure build, saying "cannot access java.lang.object" -- any ideas? Thanks!
View ArticleHow to send Post data in WebView [Xamarin.Forms (Portable)]
I am trying to send the Post data to the server and wants to display the response in HTML response in WebView I was trying to do it using the HttpRequestMessage but unfortunately Xamarin.Forms.WebView...
View ArticleTrouble displaying UIAlert
Hello. I am trying to display an alert dialog from AppDelegate.cs, on handling a button click from a button that is declared in a PCL. The code builds without any errors, but in the simulator nothing...
View ArticleDetect when the Next Header of a ListView is going to be visible (trying to...
Hello!! I am trying to mimic a sticky header for my ListView and I want to detect when the next grouping header is going to be the one to be visible. I have tried so many things on this but I am still...
View ArticleMultiline text in a ListView (text cut off at the end)
I've see this topic a few times but right now when I need it, I can't find it... I have a problem with a few ListView's in my app. The ListViews are displaying content from a database and from a...
View ArticleGet position of cell's in ListView
How can I get the Y-Position of the cell's in a ListView? I would like to get the position of the Cell in a ListView, so I can change the background color of a cell, in relation to where it is in the...
View ArticleHow to make proper sizes?
"The MetricalBoxView uses WidthRequest and HeightRequest to display a BoxView one inch tall and one centimeter wide."...
View Articlexamarin forms Xamarin.Forms.Xaml.XamlParseException: Timeout exceeded getting...
I try to add image to StackLayout via XAML: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleHow to Create a Custom Xamarin Forms Template
We are trying to create a Xamarin Forms "boilerplate" for our company's enterprise Xamarin Forms applications. Each application that we have made requires the integration of our company's "common...
View ArticleTwo ways Binding between a Slider and Entry
I would like to bind an Entry with a Slider and vice versa. I wrote something like this: <Entry x:Name="myEntry" Text="{Binding Value, Mode=TwoWay}" BindingContext="{x:Reference slider}"/>...
View ArticleHow can a Button on a page update a data bound control?
I have the following XAML <Grid.RowDefinitions> </Grid.RowDefinitions> <Grid.ColumnDefinitions> </Grid.ColumnDefinitions> The code behind for the buttons sets StartTime (or...
View ArticleViewCell vs. ContentView
Can someone briefly explain the difference between the ViewCell and the ContentView and how each would be used?
View ArticleHow to get click event/command of NavigationPage title icon
I'm setting the NavigationPage title icon and i'm trying to see if there is a way to get the click event/command for when a user clicks it or if there is a nuget/add-on that will allow me to do this....
View ArticleLabel display problem
Hi, I need to display a very long text (about 8k characters). My idea was to put a word wrapping label in a scroll view. On iOS, everything works fine. On Android, the label is cropped after about 5000...
View Article