Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 91519 articles
Browse latest View live

Animated 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 Article


PopToRootAsync iOS error

Hi! I'm trying to close two windows in the same instruction. In Android PopToRootAsync works perfectly, but in iOS the app crashes. The error says: System.ArgumentNullException: Argument cannot be...

View Article


Xamarin Shared Project localization

Currently I am trying to implement localization into a Shared Project. I read the guidelines and those note that using resx files is supported for PCL. Using resx for Shared Project requires...

View Article

Setting background for every page in Xamarin forms

Hi , I would like to set the background image for every page and it should be accessible for every where .I have seen and got some information about how to do it in the net from the following link...

View Article

How to add a background image to my application

Hi Guys, I want to add a background image to my application for the look and feel. I know how to use the local and the embedded images but i want to make my entire application with a default image....

View Article


Pages in the "More" section of TabbedPage render underneath the NavBar

I am using a TabbedPage in my application and all of the views that fall under the "More" section are rendering underneath the NavBar when they are displayed. No matter what view I place there, it is...

View Article

Xamarin.Forms and Windows Universal Apps

Hello! In the latest updates from Microsoft for Windows 8.1 and Windows Phone 8.1, they introduced the Universal Apps. Wrapping up, it is nothing more then use the new Shared Projects included on...

View Article

How to set a xamarin semi background in forms

Hi, I have an application which has a menu option. The menu has to be implemented with a semitransparent background. Is there any way I can do it on xamarin forms.

View Article


Satellite Menu with Xamarin Forms

Hi! I was wondering if anyone has used Satellite Menu component with Forms. I guess you have to implement some sort of interface and custom control mix since satellite menu component is implemented for...

View Article


Multitrigger on a Button doesn't work

Hey maybe someone can explain to me why this code is not working. When the conditions are met the Button doesn't get enabled. Or do the conditions don't work like that. I mean !string.IsNullOrEmpty...

View Article

Page transitions in Xamarin.Forms Android

Hi all, I'm working with with an Android project in Xamarin Forms. I'd really like to leverage some device standard animations to apply to all of my page transitions. Is there an easy way to do this?...

View Article

Image may be NSFW.
Clik here to view.

CachedImage FFImageLoading for Xamarin.Forms

https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...

View Article

Sidebar Navigation integration into a Xamarin Forms project

hi, I'm trying to get the Sidebar Navigation component working in a Xamarin Forms iOS/Android project. For some reason though my project doesn't show the menu on the top right of the root form as...

View Article


NuGet.targets error installing packages.config using Xamarin Studio on a Mac

The Xamarin.Forms project was built in Visual Studio 2013. I am now trying to run the IOs app in Xamarin Studio on a MacBook. I've researched the web and the Forums, but I can't find any articles to...

View Article

Hide title bar in Android 4.3 (Api 18) with xlabs

Hello, In the Android part I am trying to hide the title bar. For API 17, 19, 20, 21, 22 and 23 I have a theme with this item : <item name="android:actionBarSize">0dp</item> For API 16,...

View Article


SearchBar.PlaceholderColor

Hello, at https://developer.xamarin.com/api/property/Xamarin.Forms.SearchBar.PlaceholderColor/ is described as public property in SearchBar.PlaceholderColor. I use version 1.5.1.6471 but this propery...

View Article

DatePicker FontSize, etc.

There doesn't seem to be any easy way to change the textview's for DatePicker/TimePicker. Has anyone found a way to either turn a label into a datepicker or write a custom renderer that will customize...

View Article


BindablePicker control from Xlabs.Forms v2.0 cannot see in Android App

Hi, I am trying to use BindablePicker control from Xlabs.Forms v2.0 (download from NuGet package). I could not see it visually appearing in Android app. Could anyone share ideas or locate any missing...

View Article

1-2s delay on page navigation - after page .ctor and before OnAppearing

I'm experiencing a 1-2 second delay navigating to one of my pages: 1) The page's constructor runs. 2) Then there is the delay. 3) Then the page visually changes and some "changed"-Events fire from...

View Article

Xamarin.Forms.Image not picking up a remote image on iOS

The following code works as expected on Android, but on iOS, the image doesn't appear. var videoImage = new Image { Source = video.Pictures[0].Link, Aspect = Aspect.AspectFill }; Attached is a...

View Article
Browsing all 91519 articles
Browse latest View live