Forms 2.0 AppCompat android keyboard mode
Hello. Xamarin I updated to version 4, Forms and 2.0 versions. On Android, I use AppCompat. I had a problem. Previously, the Android keyboard caused resize view. Now this does not happen. The keyboard...
View ArticleProblem with XamlCTask - solution don't compile after update to 1.4.3-pre2
Hi all I work with VS and have a shared-project. After update to 1.4.3-pre2 (without change anything), I was not able to compile anymore (not Android, not iOS and not WP). I have lost now over a full...
View ArticleHow to show and hide the keyboard?
Hoping for a standardised way that will work for iOS and Droid. Or will I need to create a custom Entry control and renderer? Cheers John
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleAndroid TabbedPage Appcompat-v7 - Unable to find resource ID #0x1
Anybody else getting the same exception when rotating an Android Device using the new Appcompat library? Im getting an Android.Content.Res.Resources.+NotFoundException with description: Unable to find...
View Article[UWP] CaptureElement only displays content after resize
I have a universal Windows app that uses a captureelement to display a camera stream (I set the CaptureElement in a custom renderer vor a View). The thing is, that the stream is only displayed after I...
View Articlequestion
Does anybody have an example of working with scanned documents in Xamarin ? I mean If I have such a one I would like to work with it like obtaining values of all filelds , sum up those values etc ?...
View ArticleAnnotations/Attributes to enforce base class method execution when override
Hello, I have a question regarding some annotations existing in Java for Android development, and I am wondering if any similar thing exists in Xamarin. They have this annotation package called:...
View ArticleHow to adjust comportment of StackLayout and its contents?
Hello, I need to "port" a web application on Xamarin for a customer. As this is my first Xamarin.Forms application, I ask me a lot of questions about the design. If I base on the web app, the screen is...
View ArticleMVVM Pattern without XAML and Fody in Xamarin?
Hello everyone, i would like to know about MVVM pattern without XAML, i dont feel corfortable using XAML, so you guys have experience with MVVM without XAML? i found only this tutorial:...
View ArticleHow to get device token from PCL for Android and IOS?
Hi, I was implementing mobile application using xamarin.forms. In this project I need to get device token for IOS and Android applications and store it into the parse.com, installations class, to send...
View ArticleCustom renderer for picker in WP
Hey, Some updates ago this stopped working (it used to work): if (Control != null) { Control.Foreground = new System.Windows.Media.SolidColorBrush(System.Windows.Media.Colors.Black); } Because...
View ArticleHow to swipe between tabs in tabbed page?
Hi, I need to swipe the tabs in tabbed page. i tried the following link http://smartmobidevice.blogspot.in/2015/02/xamarinforms-tabbedpage-and-swipe.html?showComment=1449038163662#c6374378481916884886...
View ArticleSome code happen in Xamarin.Forms.Map.Position class.
Currently, we just updated our xamarin.forms version to 2.0.0.6484. Suddenly, our all map related page was not working correctly. After few hours inspection, We just found some code happen in the...
View ArticleGorilla Player - Instant XAML Preview for Xamarin.Forms :)
Hi everybody! While we were working on Grial UI Kit we felt the need to improve our design cycles as much as we can. And that was when we started looking for something that could really speed up our...
View ArticleRemove Child element in Grid
I have a XAML grid in which a child dynamically generate. Then I need to remove that child item. In the collection of children it is the index 6 I try to myGrid.Children.RemoveAt(6); But I get this...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticlePCL: How to convert local image file to base64 string?
Hello, I need to convert local image file to base64 string. Exist some Xamarin.Forms class to perform this operation? thank you Esteban Lombardo
View ArticleOrigins of cannot resolve dependency on WP8?
Hi guys, I'd like a general explanation of a problem that's been bugging me since I started using XF... I get that the dreaded error "Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8,...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View Article