Xamarin Forms QR code scanner blank screen
I have a Xamarin Forms 2.0 application that uses ZXing.Net.Mobile and ZXing.Net.Mobile.Forms version 2.0.3.1. I'm trying to build a simple QR code scanner, but whenever I launch the ZXingScannerPage on...
View ArticleIn Android lollipop version, keyboard of numeric type is not visible why??....
I kept my xaml page like this . but it is not working ?? Please help out.
View ArticleInstalling a Windows 10 app with xamarin forms
Hi!! I know Windows 10 is still a preview version but I've tried to add this project to my xamarin's solution. The point is that everything works fine until I try to make a package to install in other...
View ArticleBaseUrl for HtmlWebViewSource: how to use it?
I'm trying to set the BaseUrl of a HtmlWebViewSource for a WebView, so that local resources such as images can be shown when I want to load a web page from a "local" string containing the html. I...
View ArticleHow to create a popup dialog which has multi checkbox?
Hi all, As I see, Xamarin.form doesn't have checkbox item when I code in Xaml file. So How can I create it? or any solution for this? Thanks too much for any answer
View ArticleHow to show alert popup ?
Hi all, I was working with the older version of xamarin forms, till that everything was working good but as I have upgraded it to XF version 2.0, my alert popup messages giving me error. Does anyone...
View ArticleiOS CarouselPageRenderer causes exception on device(s) but works on simulators
I have a custom renderer for my app in iOS both Page, TabbedPage and CarouselPage that when used in a form called Modal just moves the "Cancel" button from right to left side so it shows as " Cancel...
View ArticleUse native libraries in Forms?
Is there any way to use native libraries in a XForms application? For our app, we need to use this library http://www.payreto.mpymnt.com/ for iOS and Android. An example or tutorial with something...
View ArticleCan animation LayoutTo work with RelativeLayout constraints to Views
I would like to animate the height of ViewA which constrains ViewB which constrains ViewC and see that ViewB and ViewC also update layout position according to their constraints. Pseuco Code:...
View ArticlePush Notification that really works
Hello everyone, along these 4 days i tried every plugin and component that Xamarin and others provide to work with push notification and no one of them works. i've tried Azure Message, Azure Web...
View ArticleAppCompat and Android Toolbar
Hi everyone, I'm making a XF Android application, and i'm using AppCompat with Xamarin Forms 2.0.1.6492 pre-1 (for the Master/Detail in landscape fixed issue). I'm always in landscape mode and master...
View ArticleContext Actions command binding with parameter
Hello, I am trying to implement a swipe to delete: <ViewCell.ContextActions> <MenuItem Command="{Binding Delete}" CommandParameter="{Binding .}" Text="{i18n:Translate Delete}"...
View ArticleHow to deal with an image received from GET request
Hi I am new to Xamarin forms and I would like to ask if anyone knows how to deal with an image received from a GET request shown below var request = new RestRequest(command, Method.GET); try { var...
View ArticleIssue with 'InitializeComponent' method...!
Hi all, I am working with the PCL project and recently I have upgraded the Xamarin Forms to version 2.0. Now I am getting the problem with 'InitializeComponent' method. It shows the error : "The name...
View ArticleInfo: How to change language (e.g. Back, Cancel) in standard-controls in iOS?
Hi all I’m coming from Switzerland and therefore, our app addresses the Swiss German market marked. As all the standard-text (only in iOS) (e.g. “Back” in page header instead “Zurück”, “Done” in Picker...
View ArticleIs there a way to attach a behavior in code NOT in XAML?
Hi. Is there a way to attach a behavior in code NOT in XAML? If my content page is written in c# code not in xcml is it possible to add a behavior?
View ArticleWhile opening pdf "this file could not be accessed". c#
I have an app that builds a listView of all the pdfs in a specified folder already located on the android machine. The file path and name are stored in an array called files[] and I can grab a full...
View ArticleAvoiding memory leaks when using Xamarin.Forms
Sample code is often written to show one thing, and often does not handle non-functional requirements etc properly, whether that be localisation, performance, supportability etc. This is just one of...
View ArticleFocus problem in TableView with several EntryCells
Hi, just look at this Screencast: http://screencast.com/t/7lS8R6dNvpe If I select the lower EntryCell the upper one get's the focus as soon as the keyboard is displayed. Best Thomas
View ArticleMaps with callout shown not filling the screen after changing orientation
We have a Xamarin Forms (2.0.0.6490) app which uses Xamarin.Forms.Maps.Map (2.0.0.6490), but it looks like the map won't fill the screen if we rotate the iPad from landscape to portrait and then rotate...
View Article