Scrolled ListView + button click = wrong BindingContext
Using Xamarin.Forms 1.3.3.6323 I have a ListView with a custom cell. The custom cell contains a label and button (actually an image with tap gesture). The label's text is bound to one of my model's...
View ArticleAndroid Deployment Error
Does anyone know, what the attached error means. I have not been able to compile or deploy due to the attached error.
View ArticleGrid not using 100% of width in Xamarin.Forms
Hi, I have this problem in Xamarin.Forms where my XAML elements (Grid, Label, StackLayout, etc.) are not taking up 100% of the available width. I read somewhere that the width of a grid column by...
View Articlehow to add image on navigation bar?
i have header on navigation bar and i want to put an image in xamarin.forms how can i add this?
View ArticleBackground Image For iPhone 5/iPhone 6/iPhone 6 Plus
I am setting the BackgroundImage property on ContentPage, it is working, but it does not seem to be pulling the 586h, 667h, and 736h file sizes for the iPhone 5/iPhone 6/iPhone 6 Plus. Anyone know how...
View ArticleException in Xamarin Android Forms (1.3.4) after LoadApplication(new App())
Hi, I'm a complete new starter on Forms but have written regular Xamarin Android projects. I've just created a new Forms (PCL) solution using 1.3.4. IOS and Winphone both work fine out of the box....
View ArticleXamarin Forms with iOS and WinPhone only
Hi We just bought a business license with iOS, not Android. I want to use Xamarin.Forms to create a cross platform project. Maybe in the future we will create an Android project as well. I use Visual...
View ArticleComponents - ZXing
How would we integrate components like ZXing? For android, we need to pass a context to the constructor.
View ArticleList view Context Actions in 1.3.n - Android issue not removing action bar
Hi there, When using Listview Context Actions in Android, if you long tap an item which brings up the action bar at the top and then click (single tap) on say another item which opens that item the...
View ArticleMaster details page menu bar cannot be changed in iOS
Please help I have a master detail page developed using Xamarin Forms in VS for iOS. I have a menu icon and a menu text in Detail page. Both are working, but no matter what I do, I cannot change the...
View ArticleXamarin.Android vs Xamarin.Forms ?
Hello, I've developped an application using the Android library of Xamarin, and now I wonder what to do regarding the Xamarin.Forms. Do I have to migrate or not ? Is Xamarin.Forms going to replace all...
View ArticleViewStates
Hi can any one know, how to use ViewStates enum in Xamarin Form PCL, im only getting ViewState enum in Xamarin Forms which is not related to visibility
View ArticleHow can I directly start into the MasterPage and not the Detail? -...
What I want is to see the MasterPage before the DetailPage when the Page is Appearing first. I tried calling this.IsPresented=true in this.Detail.Appearing but it had no effect. Also calling it after...
View ArticleXamarin.Forms with Components?
How can I include a Component (e.g. Zxing.Net.Mobile Barcode Scanner) in a Xamarin.Forms PCL project? The component is working for iOS and Android, but you can add a component to the Xamarin.Forms PCL...
View ArticleHow to get the Xamarin.Forms ScrollView control's OnScroll event and get the...
Hello, Every one, It's my first time to ask question here. Xamarin.Forms says it abstracted native UI controls from platforms to it's shared controls, but I found lots of properties were not...
View ArticleLong app start (Xamarin.Forms Android)
Hi! I create new Xamarin.Forms app and when I run it in emulator or phone it start more than 3 seconds (around 4-5). Why it start so slowly and how can I improve start of my app? Thanks
View ArticleXamarin Form Zooming Functionality doesn't work on below Android Version 4.2...
Hi, We are build Xamarin forms app with 1.3.4 version. We implemented zooming functionality but it doesn’t work on below android version 4.2. In IOS image doesn’t set in webview. We create custom...
View ArticleXamarin Forms app running very slow.
Hi, We have speed issues in Android version 4.1.2. The application works fine in later versions of Android, but it is painfully slow in 4.1.2. The issue that we face is, it takes about 10 seconds to...
View ArticleXLabs HybridwebView how to load a jquery with CallJsFunction?
Hello, i need load a page and inject the jQuery on the page, im doing it but not work: My C# Xamarin Code: //Add Loader hwv.CallJsFunction("var Loader=new function(){var t=function(){var...
View ArticleToolbar items no view
No view all my toolbar items , how add scroll for toolbar items or any other solution ? ` foreach (var category in avm.Categories) { ToolbarItem ItemCategory = new ToolbarItem(); ItemCategory.Name =...
View Article