[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleXamarin.Forms.Image to System.Drawing.Bitmap
How can I convert Image object to a bitmap in a Xamarin.Forms PCL project?
View ArticleCan I have multiple lines for a label.
I building an app using Xamarin.Forms for news updates. To display the title I have used the Label element. Is there a way to have a label with 2 lines or 3, and to be tailed at the end. If it must be...
View Article#ifdef - make it active
Hi, sorry for stupid question, but i didn't have any clue about this (even i don't know what its name). You can look at attachment image, i create shared code (on shared project), use #IFDEF for...
View ArticleHow to change the color of the blue line below the Actionbar or remove it
Hi, the subject says all ;-) Best Thomas
View ArticleText Rotation inside grid. Strange behavior
Hi, please take a loook to this short piece of xaml : <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="vertical.griglia">...
View ArticleYour experiences with ModernHttpClient?
Hi all In my Xamarin.Forms app (Shared), I use System.Net.Http.HttpClient() now, to access our webservice. Now, I have noted, that there is a specific add-on to XF called “ModernHttpClient”. This...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleNamespace Xamarin.Android not found
Hi, I want to use the Android Bitmap Class in a Shared XF project. But the using statement using Xamarin.Android.Graphics; leads to the error "Type or namespace 'Android' does not exists in namespace...
View ArticleNavigation Issues When Using a Tabbed Page
Hi, I am having a couple of issues when using the TabbedPage in Xamarin.Forms app I am hoping you all can help me with. The ListView control I am using to display my list of Members is not respecting...
View ArticleXamarin.Forms samples and controls like the old MonoTouch.Dialog project
Hi, I just recently started to look into the Xamarin Forms project and it looks great! However, a few years ago I built an app using MonoTouch.Dialog which I assume is the predecessor and I really...
View ArticleCan we use SQLCipher in Xamarin.Forms?
Hi, Is it possible to use SQLCipher in Xamarin.Forms? Please suggest. Thanks in advance
View ArticleTabbed page crashing on windows phone
On windows phone when trying to navigate to a tabbed page app is crashing. This code works fine on iOS and Android var page = new TabbedPage(); page.Title = "Practice"; page.Children.Add(new...
View ArticleNavigationPage - StatusBar Color
Hi, I'm trying to set the StatusBar text color on an iOS Forms app to the light color. In the Info.plist, I've tried setting the Status bar style to both "UIStatusBarStyleLightContent" and "Transparent...
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleWhy Shared Projects?
Maybe I am missing something wonderful about them but every example I see from Xamarin Forms is using a Shared Project. I have never found a solid reason to use a shared project, putting compiler...
View ArticleUsing Google SignIn SDK Component with Xamarin.Forms PageRenderer Does Not...
I'm attempting to use the Google Sign In SDK Component within a Xamarin.Forms application, however, I am unable to get the button click to actually display the Google Sign In SDK Login View. I've...
View ArticleContext Actions - How can you get the object for the row where the context...
I have been searching around and found a few examples of using Context Actions however none of the ones I found interact with the underlying ViewCell's bound object. Basically, when I swipe (using iOS)...
View ArticleHandle entry.Focused() and Android Control.FocusChange() at the same time?
I have a custom entry with a custom renderer. In PCL, I'm handling entry.Focused() event for all platforms. In Android custom renderer, I'm setting some styles for the entry: Control.Gravity =...
View ArticleEmbedded tweets not working in webview in iOS project
Hi there, I'm using a Webview to show a mobile friendly webpage containing articles. These webpages often have embedded Tweets. But these embedded Tweets won't render in my iOS project. In the Droid...
View Article