Locking orientation in Xamarin.Forms
I'm trying to lock the screen orientation programmatically in my Xamarin.Forms app. I could not find a solution that is supported across devices, so I'm using the Dependency Service to implement it for...
View ArticleNot able to scroll the scroll view programatically on Entry fill event
I am trying to build a login form and I am using Xamarin forms for the same, for a better user experience I am adding scrollview as my root and then using the Grid controls (Attached is the Xaml for...
View ArticleTabbedPage Icons not visible (Android)
Hi, I want to add Icons to my TabbedPage (see image ) but the icons don't get displayed on Android Devices: Here's my sample code of my shared projects GetMainPage method: `public static Page...
View ArticleNavigation and AppCompatActivity
Hi all, I switched from XFormsApplicationDroid (I'm using XLabs) to FormsAppCompatActivity (of course for the Android part of the app) But now I have a problem... I have to push a new page and remove...
View ArticleWebview open external browser
Hello all, i'm using xamarin.forms webview to open a html page. So far so good. Inside my html has "a href" linking to another URL and when clicked, its open inside the webview. I wanna open outside...
View ArticleXamlC on assembly level, breaks on masterdetailpage setting detailpage in xaml
I'm creating an application where I'm using MasterDetailPage's. Everytime i'm setting a detailpage as in the sample here...
View ArticleText aligment and color in SwitchCell
I am using a Xamarin.Forms.SwitchCell on an Android application to allow user to toggle configuration settings. Is there a way to set the text color and alignment of the text in the Switch cell? The...
View ArticleContentPage
Hi all, Please I need your help. When I create a new xamarin forms project(shared) and then add a new ContentPage, The ContentPage that is inherited doesn't appear blue. It is as if though its not...
View ArticleAndroid M Not Rendering ListViews
Hi, All our ListViews appear to not be rendering under Android M, they work find for earlier versions of Android. Any suggestions? Thanks, Daniel.
View ArticleVS 2015 Errors on sample projects
Hi there, Hope someone can help me. I'm checking out the xamarin-form samples on github. On most projects i get the following 2 errors : Error Build action 'EmbeddedResource' is not supported by one or...
View ArticleIs there a way to add badges in navigation bar in xamarin.forms?
Is there a way to create badges in navigation bar? I tried using the custom renderer by rendering the page renderer and failed to inflate the menu items in renderer in native android. But , it would be...
View ArticleCan we include Urho Sharp in custom renderer in Xamarin.forms?
Urho Sharp is used for game development. But it would be nice if can add animations available in Urho Sharp or CocoSharp to our Xamarin.forms application.Since they have all the animations to easily...
View ArticleXamarin.forms nugetpackage conflicting and endless update
anyone else experiences this problem ? http://stackoverflow.com/questions/34471364/xamarin-forms-nugetpackage-conflicting-and-endless-update/34471604#34471604
View ArticlePadding issue with ScrollView in Xamarin.Forms 2.0
Hi guys. I'm experiencing a problem with the padding in ScrollViews. It seems to be saving the space for the padding but its rendering the content aligned to the left in Windows Phone. If I put...
View ArticleApp.xaml file isn't getting created with new XF Solution
Seems like this has just started happening recently when I create a new Xamarin Forms solution (PCL). What happened to the App.xaml and App.xaml.cs files that were created? Wasn't that part of the...
View ArticleSetting button background color removes material design touch feedback
How do i set the background of a button but still keep the touch feedback from android material design? <Button x:Name="login" Text="LOGIN" TextColor="White" BackgroundColor="Teal"...
View ArticleIs there in Xamarin Forms something like state list color in Android?
I have button, i want set background color red, and set background color as white if button pressed (not clicked, only on pressed!). In Android I can use color state list with state_pressed property....
View ArticleSupport for Windows phone 8 in Xamarin.Forms.Dynamic pre-release
Hi Team, I am trying to developing an application for Windows Phone 8.0 with Xamarin Forms. I am trying to load the views dynamically using an xaml string. Please refer the link below:...
View ArticleMVVM light plugin not working when used with Xamarin studio with xamarin form...
I am trying to integrate MVVM light in my xamarin forms project and its showing me the attached error, any thoughts on how I can resolve this error.
View ArticleAfter updating xamarin android, the appliction which i have prevoisly created...
I have update xamarin android for visual studio recently. After updating, i'm not able to deploy the application which i have previously created(both in Xamarin.Forms and Xamarin.Android). Getting...
View Article