HttpWebRequest https problems
Hi guys, Setup: Windows 7 Visual Studio 2015 OS X Yosemite Xamarin (latest stable version) I've been trying to solve this issue. I cannot seem to get any solid information on it. But OK in short I've...
View ArticleAny way to show a "Badge" on a Cart Image in the Navigation Toolbar?
Hi there, I've read previous discussions on this, but most are at least a year old. Is there any update on a way to do this in Xamarin Forms? The only alternative I've found is to create prerendered...
View ArticleListViews - loses click action
Hello, Of I would like assistance with the following problem: I have a ListView where there are several lines being listed. By clicking on a line, it triggered one Navigation.PushAsync action, going to...
View ArticleGoogleMap Marker icon issue in renderer
I'm making renderers in my project, so that the PinType enum will actually have an effect by changing the color of the pins. But whenever I use a non-default icon for the native Marker, it draws as the...
View ArticleCould not locate the IOs 9 SDK usr path at ... and Error Executing task...
I'm getting some errors when trying to build my IOs app on a MacBook using Xamarin Studio. Both errors are indicating an issue with the Xamarin.IOs.Common.Targets file. I recently installed Xamarin.iOS...
View ArticleXamarin Forms Admob plugin does not support AdMob for Android - what can I use?
Hi Folks, Does anyone know if AdMobBuddy is working well? If not- any suggestions for doing ads on Android in Xamarin Forms? Many thanks, Mike
View ArticleAnimate multiple Views in parallel
I need to fade multiple Views out in parallel with each other. At the moment, I'm using the View.FadeTo to fade the two views out right now. I'm doing it in an async void method, and not awaiting the...
View ArticleProblems with the search bar
I am noticing a couple of problems with the forms SearchBar when testing on android 1) Sometimes it misses characters when typing fast 2) When the suggested text above the keyboard is selected the...
View Articlegrid column and cells
Hello colleagues. I'm making a billing application, I need to create a grid with several columns, I'm trying to do it with a list view but I can not add columns, any advice on how I can do? Example:...
View ArticleHow to set the desired Launch Screen in XF.iOS project?
I have designed my own launch screen images and copied them to Resources folder replacing the existing ones. I replace all the six of them. But I am still getting the Xamarin's logo on start up. I...
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleXamarin Forms GridView
Hello everybody ! I'm looking for a GridView component in Xamarin Forms (not a Grid layout), is it possible ? If not, can I use a ListView and modify it to appear as a GridView ? Thanks in advance
View ArticleIs there an example of use of Device.setTimer() in Xamarin Forms?
I am building an application in Xamarin Forms. The user must answer a question in a fixed amount of time. I would like to set a time, and record a wrong answer if the time expires. I would also like to...
View ArticleAnimated gif in Image view
I've tried multiple gif files, with no luck Their first frame can be rendered correctly, but does not animate Will animated gif be supported? Or do we have to implement ourselves? What other image...
View ArticleBug with the Picker control on Xamarin Forms?
I am working right now with Xamarin Forms and testing with Android. It seems that the Picker Control has problems, I don't know if I did something wrong, when you are going to pick an item, the style...
View ArticleApp not starting on iPhone 6 (iOS 9.0.1)
Hello, I have developed an app, using Xamarin.Forms. The app runs great on iOS 7,8,9 on iPhone 4/5s/5c hardware - and fwiw Android 4.2.2 +, loving Xamarin.Forms! The issue I am having is that when the...
View ArticleLayout errors on Xamarin.Facebook LoginButton
Has somebody has found with this error. I'm using a custom render to use the Facebook LoginButton. On iOS everything goes fine. But Android the button shows like the attached picture. The Text for "Log...
View ArticleGetting error while using XLabs MediaPicker in IOS
I am using Xlabs MediaPicker in my Xamarin forms application. Its working fine in android but when it comes to iOS getting following error. Am just using media picker to pick the image from gallery....
View ArticleFile.WriteAllBytes in Android API 21+
Recently I wrote up a bit of basic code for our XF project for Android as an alternative to our existing iOS functionality to open/display PDF files. Basically it just fetches bytes from a web service,...
View ArticleAttribute "circleCrop" has already been defined (APT0000) common_attrs.xml...
I upgraded from Xamarin.Forms.Maps 1.4.0.0 to 1.5.0.6447. My solution contains several projects, including a lot of PCLs, two Android, and two iOS projects. Everything was building fine before the...
View Article