Using 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 ArticleIssue with Navigation when Using Xamarin.Auth and Renders
I have A PCL project and developing for iOS and Android. ALL my pages are in the PCL project and navigation in there works like a charm, but currently I am stuck at the point when I have to consume the...
View ArticleAuthenticate Xamarin windows phone 8.1 Apps Using Azure Active Directory (no...
Hi Guys, We are developing Xamarin forms windows phone 8.1 App and we want to use Azure Active Directory for Authentication. (we are using Xamarin forms as in future we may develop app for ios, anroid)...
View ArticleAttribute "circleCrop" has already been defined (APT0000) common_attrs.xml...
I upgraded from Xamarin.Forms.Maps 1.4.0.0 to 1.5.0.6447. My solution contains several projects, including a lot of PCLs, two Android, and two iOS projects. Everything was building fine before the...
View ArticleCrash on opening a new page
Hi I'm trying to open a new page (master-detail-pattern) and get a crash I can not debug, because the stacktrace doesn't really help: public RelayCommand<SettingsEntry> OpenCommand { get { return...
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 Article[Material] TextInputLayout Renderer (Floating Labels)
Just thought I'd throw this out there. If you want floating labels on your Entry (as found here (by JamesMontemagno)), I've thrown together a custom renderer that extends Entry. note: this requires the...
View ArticleListView Grouping : Example Please
Can anyone explain to me how to do grouping within the Forms ListView? It's not quite apparent how it is supposed to work. Thank you very much.
View ArticleThe name 'InitializeComponent' does not exist in the current context on an...
Hello, I'm having issues on building android app - it fires this error on all pages. But building ios app goes fine. I've tried to build this project on windows and got the same error. Unfortunately...
View ArticleIsEnabled in SwitchCell not working?
Hello, I use a ListView which has a SwitchCell as an ItemTemplate in it. I want to set IsEnabled = "false" but it has no effect on it. <ListView x:Name ="IndicationFilter" ItemsSource="{Binding...
View ArticleDisable specific cell's contextactions in ListView
I was wondering if there's a way to individually enable / disable the contextactions for given cells. I haven't found this mentioned anywhere.
View Articleruntime binding errors
Where does xamarin studio log the runtime XAML binding errors? When I worked with VS, years ago, the binding errors were in the output window.
View ArticleUnable to build Ad-Hoc iOS project from VS (Strip Assemblies Error)
I get a variable amount of errors all complaining about being unable to strip assemblies. Like so: C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(664,3): error : Could not strip...
View ArticleHow do I display a loading overlay within Forms while using a custom WebView...
Iām trying to figure out how best to accomplish adding a loading overlay to a Xamarin Forms project with a custom renderer for iOS and Android WebViews. I have a loading overlay written in XAML that is...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleHow can I scroll to a specific row or section in a ListView
I have a Xamarin.Forms.ListView that contains events that are grouped by date. There are events that occur in future and events that occur in the past. Users would like to have their screen load with a...
View ArticleStyling ViewCell.ContextActions MenuItem
Is it possible to style a context action menuitem beyond the isDestructive property? If not could anyone point me towards the right direction, any resources etc. which describe a way to implement...
View ArticleHow to make an Editor control display more lines of text?
I need to have multi-line text input on a page so I have tried using the Editor control as it supports multi-line. My problem is that while it accepts multiple input lines, I can't seem to expand the...
View ArticleBarcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View ArticleIs Xamarin.Forms XAML designer supported on Visual Studio?
Hi! I've just added a new XAML to a Shared project but it seems not detect the schema and the designer is broken. Is it a bug or the designer and XAML editing isn't supported on Shared projects at...
View Article