How to add an icon in navigation bar for navigation page?
I have made simple navigation pages.. Now i want to add icon for android in navigation bar.. i am new to xamarin forms.. I can't understand.. Please tell me how to do it? I added an screenshot and...
View ArticleError inflating class android.support.v7.widget.Toolbar after updaring to...
I am creating a Xamarin Forms Project and using android.support.v7.widget.Toolbar with FormsAppCompatActivity. The code I'm posting below was working with Xamarin.Android.Support.v7.AppCompat Version:...
View ArticleIssue with bindings on attached properties
I'm creating a swipe gesture handlers as effects using the attached properties (as described in Xamarin guides). Skipping the approach discussion I have a strange issue with attached properties...
View ArticleStart animation from ViewModel
Hi, This is something I can't get my head around: starting an Animation on a view element from my ViewModel. To use an animation you need a reference to the view element you wish to apply it to (right...
View ArticleDoes MinimumHeightRequest work at all?
If I set a MinimumHeightRequest on a Label within a StackLayout or Grid, it is ignored on both iOS and Android. Is this a bug?
View ArticleHow to show multiple lines in an Editor????
I am using Editor in Xaml , in UI i am able to see an Editor but when i am going to use it like after entering some words and pressing enter the line moves up and is not visible . Can anyone please...
View ArticleForms9Patch: Simplify multi-device image management in your PCL Xamarin.Forms...
Announcement of Form9Patch Xamarin Forms is great for developing apps on Android and iOS but it is missing two important tools for developers: scalable images and PCL multi-screen image management....
View ArticleHow to approach push notifications on Xamarin.Forms project?
So we are working on a pcl project and have our UI set in a page inside the PCL. There is a scenario where our client wants some information to be sent as a push notification. We already have our UI in...
View Articlebutton with no space allocation on UI
Hi Can we have transparent button which does not take sapce allocation on UI. But clicking on which does some action. Regards GS
View ArticleAccountAuthenticatorActivity
In the Android platform, is an AccountAuthenticatorActivity which is an activity you must derive from to implement an authenticator for the AccountManager native to the platform. I can't appear to use...
View Article"java.exe" exited with code 2
Ive just upgraded to the latest version 2.0.0.6482 of Xamarin.Forms and Mpas etc, and V26.0.0 of googleplayservices. Now my compile is failing with the above error. When I look at the diagnostic build...
View ArticleDate changing During Selection in DatePicker in iOS App.
Hi , i added a Date Picker for Page .in iOS App its working fine , but When am going to Select Date in Date Dropdown , Date Selected Automatically During Dropdown Scrolling . In iOS Date Dropdown also...
View ArticleIs there a way to pass parameter to Rg.Plugin.Popup page
I have a ContentPage and I want to pass a parameter from this content page to the popup page. The popup page is made using the Rg.Plugins.Popup.
View ArticleCould you please help with this Xamarin.Forms related survey that might...
Hello All, This is a slightly different question to my usual, and I will be posting this in the Jobs forum too, but have included it here because it specifically relates to Xamarin.Forms . The...
View ArticleProblem Android HttpClient SSL certificate can't find path file.
Hello, My compagnie have changed the certificate this week and since, android version of my app does not work anymore. The certificate work and it is an official certificate. public static async...
View ArticleAdjust ContentPage background image size
I am using the BackgroundImage property on a ContentPage. It looks good on Android, but it doesn't look like it's the correct size on iOS. Is there a way to handle how it scales?
View Articleis it possible to switch between the tab pages dynamically
I am adding the tab pages as below public partial class HomePage : TabbedPage { public HomePage() { InitializeComponent(); this.Children.Add(new Tab1()); this.Children.Add(new Tab2()); } } it is...
View ArticlePre-release: Xamarin.Forms 2.3.5.256-pre6
We've pushed Xamarin.Forms 2.3.5.256-pre6 to NuGet and have begun QA in preparation for making this our next stable release. To install the pre-release, check the pre-release option in your NuGet...
View ArticleRemove Navigation Bar Shadow/Line in Xamarin.forms
how to remove Navigation Bar Shadow and Line in Xamarin.forms
View Article