Could not register the assembly 'Xamarin.Forms.Labs.iOS'
Hi all, I have updated my Xamarin.Forms project to 1.3.0 and I'm getting the folowing error with Labs: Could not register the assembly 'Xamarin.Forms.Labs.iOS':...
View ArticleBackground service
I am having a difficult time finding documentation on background tasks support for Xamarin.Forms. Does Xamarin.Forms provide support for periodic background tasks? I need to implement this for both...
View ArticleStack layout within a grid
Hi folks, I placed a stack layout within a grid and I don't see my custom controls getting drawn in that stack layout. The stack layout has the grid route and column like the other elements in the...
View ArticleMVVM Xamarin Forms Command Binding not working
Hello Everyone, I am new to this forum, but I encountered a rather annoying problem with Xamarin.Forms. The thing is I cannot Bind a Command to a button. I can see that the constructor of my ViewModel...
View ArticleShowing native iOS Form Sheet from Xamarin.Forms
Hi All, I have a Xamarin app which has some of its screens in Xamarin.iOS and the rest in Xamarin.Forms. I've used the Native2Forms sample project to call the Xamarin.Forms bits from iOS and it all...
View ArticleSet padding of last ListView item
I'm using a custom view cell. Each list item is a ContentView with Padding = new Thickness(10, 10, 10, 0). Is there a way to assign a different padding to the last item in the list? For the last item,...
View ArticleXF Android : Could not load assembly Microsoft.Windows.Design.Extensibility
Hello , I have update Xamarin.Forms to 2.0.0.6490, But get this exception when compile: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleAndroid SearchBar with height less than 65 text cut off
I have found an issue in the Android SearchBar, if the height is less than 65 it doesn't center the text vertically and depending on how small you make the SearchBar height it will cut off the top of...
View ArticleWindows Phone 8.1 Navigation.PushAsync(new page()); Crash!!!!
Dear All, I got a Xamarin.Forms app that I've compiled and starts both on the emulator and phone (WP 8.1) then after a few calls from different pages to Navigation.PushAsync(new Page()); the app closes...
View Article[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleForms with Tab page - Runtime change Tab page content
Hi, I am using Xamarin.Form 2.0.0.6490 version. I have designed one page with tabs. In one of tab I have added several links in content. After clicking on link, I have to show another content under...
View ArticleStep to call a soap webservice
Hi I have been struggling to call a asmx web service using xamarin form. I added my web service in the PLC project by right click => Add => service reference. Below is the way I call it. I am...
View ArticleListview content not get refresh
I am using Xamarin.Forms 2.0.0.6490. I have listview with Custom cell. Each Cell contain one button. On button click i want to refresh Listview content or remove some cells from listview. I have assign...
View ArticlePicker in visual studio Emulator looks different.How to change look?
Picker in visual studio Emulator looks different.How to change look?
View ArticleTextChanged event of Entry control is not working properly.
Hi all, I have an Entry control. As I enter any number into it, the TextChanged event get called and the no. which I have entered in the entry, comes into NewTextValue. Suppose I enter "1" in the...
View ArticleGrial UI Kit for Xamarin Forms (Xaml Layouts)
Hey everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit, Grial. Grial is collection of fully customizable, themeable screen layouts crafted in XAML You can use it as a...
View ArticleGeneric Approach to CRUD Dialogs?
Hi, does anyone have some recommendations how the boring job of implementing CRUD Dialogs can be solved? In almost every App you have more then one list of Items that has to be created, edited or...
View ArticleVisual Studio 2015 - Impossible to debug my Xamarin.Forms Android app
Hello, When I start my app and push on a button for instance, I get these messages & my app crashs. 1. It works fine without debugging mode 2. It works fine with Xamarin Studio on Mac OS It is...
View ArticleLayout cycle detected. Layout could not complete.
Hi, I am getting this type of error in only windows phone frequently what could be the reason Layout cycle detected. Layout could not complete.
View ArticleProblems addressing a webservice
Guys, I have the following code: public async Task GetToken(string username, string password) { using (var client = new HttpClient()) { client.BaseAddress = new Uri(this.servername);...
View Article