How to hide the empty rows of a list view in xamrin.forms in ios
My list view has just 1 or 2 datas , but still it shows empty rows till the end of the page . This just happens in ios ., in android its working fine . pls do tell me what changes to make to hide the...
View ArticleToolbarItem with badge (Cart item)
Hi All, I'm trying to implement a toolbaritem the way is defined in the xamarin store app. For iOS I had no issues to do it, but for Android I wasn't able to finish it. My idea is to create a...
View ArticleXamarin forms FileNotFoundException Xamarin.Android.Support.v4 ( Visual Studio)
I Have been trying to use maps in Xamarin Forms in Visual Studio, but when I finished this error show up: Severity Code Description Project File Line Error Exception while loading assemblies:...
View ArticleHow to 'include' NavigationPage in XAML
Hi, I'm trying to make as much work as possible in XAML. Is it possible to 'include'/embed XAML with NavigationPage into another XAML? Example - MenuPage: <?xml version="1.0" encoding="UTF-8"?>...
View ArticleXamarin Forms Picker Renderer default style template?
Hi, just a quick question hoping for a quick fix whilst I put more thought into this: I'm creating custom renderers across all three platforms for the Xamarin Forms Picker view, which on Windows Phone...
View ArticleXamarin Forms Apk is not getting login in to Application
I developed an Application.I ran My application in release mode.But App is not allowing to login inside application.When I tried to use the same thing in Release mode App is working fine.More over it...
View ArticleGestureRecognizer is not working on android using Xamarin.forms
public void EnableSubmitButton(){ LeftMenuItem.IsEnabled = true; TapGestureRecognizer OnLeftMenuItemClicked = new TapGestureRecognizer ((s,e) => { OnSubmitClicked (s,e); });...
View ArticleXamarin Forms shared project - Could not determine mandroid path!
Hi I am getting the following 2 errors when I try to build a simple Xamarin.Forms Shared project. Error 1 Could not determine mandroid path! Sample0306.Droid Error 2 The...
View ArticlePopAsync pass result
Hi, I use navigation page to navigate from page A to page B. Page B only contains a listview with values. When a users clicks an item in the listview. The page is poped. Now when popping page B, I...
View ArticleHybridWebView changes size when content size is changed
Hi I have a HybridWebView with a uri source pointing to a web page. Everything works really great with js injection and other good stuff that the HybridWebView has. But one thing is a little bit...
View ArticleIsolatedStorageException in WebViewRenderer for WinPhone
Hello, I use Xamarin.Forms 1.4.2.6355 I have a tabbedPage which displays 2 small webviews (to display simple rich texts content) I have the following exception that doesn't always occur (roughly 50%)...
View ArticleHard Tapping Issue in Xamarin Form 1.4.4.6392
We are facing issues with touch in our application after updating to latest Forms version 1.4.4.6392. Button/Images are difficult to tap. Any idea about the problem or any solution? I found following...
View ArticleVerticalOptions issue, alignment not correct...
Hello guys, I have a strange behavior on my XF app (on Android). I made a custom Xamarin Forms control (pretty simple). I Use it in a parent page and try to align it to the bottom of the page => so...
View ArticleExceptions in Visual Studio with latest Xamarin
I just updated Xamarin to get some of the new features of the ListView control. Now when an unhandled exception is thrown instead of stopping at the exception with the exception detail window it just...
View ArticleHandling Back Button in Xamarin.Forms ?
How can I load or navigate to a new page when the OnBackButtonPressed() method is called in Xamarin.Forms ?
View ArticleRelativeLayout constraint doesn't work without rotation first
Hi, I'm new to Xamarin and I would like to make a simple trick: display two buttons on the bottom right of the screen . But this only works after having rotated the screen once . Why ? How to force to...
View ArticleiOS: EntryCell showing incorrect keyboard after scrolling down to another...
Hi guys, Easy one to replicate, I have a page that contains numerous cells, 2 text entry cells at the top, a few switches, some custom controls, and further down the page another entry cell with...
View ArticleA Missing Method Exception
A created a new Xamarin Forms project for Android project and changed nothing. And when i debug it in a android simulator, the app get an error before entering onCreate method. I checked the stack...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleHow to get inner control of a frame by code in xamarin.forms
Hello All, I am facing a problem .I have created two Frame control ,one is frameContainer and second one in innerFrame. I have set innerFrame as the content of frameContainer.Now at the runtime i want...
View Article