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 ArticleProblem with Facebook Components Namespaces
Hello, I'm Having some problems when using Facebook components for iOS. I use Facebook SDK (by The Outercurve Foundation) in Forms for some cross platform Facebook activities. To get the access token...
View ArticleMigration to Xamarin 4 Windows Phone 8.1 exception on startup.
Hello, We are 'migrating' our existing code base to Xamarin Forms 4 (2.0.0.6484) however we are encountering issues regarding Windows Phone 8.1. Note: iOS, Android and UWP are working fine. We have...
View ArticleIssue with Xamarin.Forms 2.0.0.6482, IsVisible Binding when in AbsoluteLayout
In XAML: <AbsoluteLayout> <ContentView IsVisible="{Binding IsContentVisible}" AbsoluteLayout.LayoutBounds="0,0,1,1" AbsoluteLayout.LayoutFlags="All"> <Image Source="SomeImage" />...
View ArticleBind label.FontAttributesProperty
Hi all, I have a listview with an item source being a list of the following class: public class AllMessages { public DateTime RecivedDate {get; set;} public string from {get;set;} public string subject...
View ArticleTrying to make a grid with labels and two horizontal buttons
Hello, I am new to Xamarin.Forms and I am trying to make a grid with 3 labels on top that span a whole row and two horizontal buttons at the bottom. I am confused on how to implement this using a grid....
View ArticleScrollView bug on Windows after updated to Xamarin.Forms 1.5.1.6468
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.1, and Windows 8.1. And I updated Xamarin.Forms to version 1.5.1.6468 today. But the...
View ArticleScrollview not scrolling in Xamarin.Forms WP81
Hi everyone, I am currently porting my Xamarin.Forms app to windows phone 8.1 and my scrollview is not working at all. Its working perfectly in Android and iOS. Looking forward for some response. Kind...
View ArticleCan't download and open local PDF file on Android tablet device using Xamarin...
Hi, I am trying to write a test app in debug mode using the dependency service from Xamarin.forms to download a PDF file from the internet onto my app's special folder on my Lenovo Android tablet...
View ArticleHow to put long strings in picker's items?
I'd like to add a picker control that has the long strings, but unfortunately only part of each string is displayed. How can i avoid this trouble? <Picker x:Name="myPicker"...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHow to access android phone clipboard
Hello, I am trying to add a button to my page that when clicked will copy a guid code to the phones clipboard. I know how to do the guid code btw just no idea how to access the clipboard. Does anyone...
View Articlehow to hide the scrollbar?
How can I hide the horizontal scrollbar of a ScrollView? I have created custom renderers for Android and iOS. However in my Android ScrollViewRenderer when I implement OnElementChanged and set the...
View ArticleProblem to fill a list when OnAppearing is invoked.
I'm doing an app that makes entries. So, I have a screen with a custom list, i say custom because it's a StackLayout inside a ScrollView, like cards. The rows comes as the "ItemSource" grows. Below the...
View ArticleIs there any way to show Tabs on bottom in Android using TabbedPageRenderer?
I wanted to customize tabs on Android as they are shown in iOS instead of native look on android. Can this be achieved using TabbedPageRendere?
View ArticleXaml cool templates?
Hi all guys, This is my question, is there on all the entire web some example for develop a good/cool template in Xamarin.Forms? I only found libs and more libs that doesnt work nice, and non-free...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View ArticleUsing Image Asset Catalog in Visual Studio
I am so confused by the multitude of options for managing iOS images within an XF project. Per my understanding, an Image Catalog is the current, modern, recommended way of managing image in an iOS...
View ArticleOxyplot Chart fixed
Hi all, I am developing an app and i am using oyxplot to bind charts inside my content pages. All the charts move when you swype the finger on it, but i want the graphs fixed. How can i do it?
View ArticleXamarin.Forms AppCompatActivity - deeper navigation "back" arrow is black
As the title says. The whole toolbar is using the proper coloring, including the hamburger icon, but as soon as one goes even one page deep, the back arrow turns black. The arrow has no such problems...
View Article