Image or Layout behind the Transparent Toolbar and StatusBar in Xamarin Forms...
Hello everyone, Can we do some redesign the Android Layouts with Rendering something like that? @JamesMontemagno can you help?
View ArticleOverlapping a button to a listview
Hi, I'm quite new to xamarin and have zero clue on how to achieve a button overlapping a list view that looks like this I've been trying to figure it out for hours now and I couldn't get something like...
View ArticleHow to resolve to resolve - Error: SecureChannelFailure (The authentication...
Hi Guys, I am facing an issue Error: SecureChannelFailure (The authentication or decryption has failed while consuming Secured https I even using modernclient. I referred...
View ArticleHow to get a label, picker, and entry to align their baselines in a...
I have a Horizontal stack layout contained within a vertical stack layout. I want to ensure that the 3 elements contained within that horizontal stack layout are aligned so that their "baselines" line...
View ArticleXamarin forms OnAppearing behaviour in iOS and android
I have noticed some difference in how the OnAppearing event behaves in iOS and android platforms. 1) The page is loaded before OnAppearing is hit in iOS whereas only after OnAppearing is executed the...
View ArticleAlarm Manager doesn't work with Android API 25
Hi. I have a problem with Alarm Manager that doesn't fired my schedule notification. using Android.App; using Android.Content; using GNote.Android; using GNote.Droid; using GNote.Converters; using...
View ArticleProgrammatically hiding soft keyboard does not show it on the next tap on...
I have an entry which is focused on appearing event and hiding soft keyboard by calling platform specific service like: InputPane.GetForCurrentView().TryHide() for UWP and var imm =...
View ArticleInitial remote data - Xamarin Forms
I have a Xamarin Forms application, and I have to get initial remote data (with images, maybe in urls) and save that data as a cache on my app. Every time the application starts, the data has to be...
View ArticleNetflix style home page
Hi I'm extremely new to xamarin forms and I tremendously suck at coding layouts. I'm trying to figure out for hours now how to create a content page with some scrollviews that mimics something like...
View ArticleHow to get the X & Y coordinates of a grid cell
Hi everyone, I am looking for a way to get the coordinates of a Grid. In Xamarin.Android Native you can use the GridLayout.Spec and then GridLayout.InvokeSpec. I need to know how to do the same in...
View ArticleCannot prevent copy/Select option in a webView Custom renderer
I'm trying to prevent Copy/Select in a web view using a custom render (iOS). I am using the CanPerform() function , but it never asks about Copy or select. The code I am using in the custom renderer...
View ArticleSWIPE Gestures in Xamarin Forms
Hello Everyone A general question: It's possible to implement the Swipe logic like TInder or something like that? or only with Yes and No Buttons?. I would like to swipe images, Like and Dislike -...
View ArticleXamarin.FormsMaps Error
Ive struggle with this all day today. I am trying to use Xamarin.Forms.Maps for the first time, but every time I try to install it, after having a perfectly working codebase, I get this error when...
View Articlegeocoder.GetAddressesForPositionAsync works on iOS and not Android.
I have a call to Reverse Geocode coordinates and it works on iOS, but when I run it on Android, I get a very unhelpful error. Has anyone else experienced this? I am running the app using Genymotion...
View ArticleObjectDisposedException
I'm connecting my Xamarin forms project to a simple ASP.NET Web API but once I call PostAsync, ObjectDisposedException is thrown. This exception doesn't occur when I use UWP but it does when I use...
View Articlewindows phone project not shown in the soultion
i have windows 10 pro and visual studio 2015 enterprise with update 3 when i create cross platform project with xamarin forms the solution contains 4 projects portable and Android and IOS and UWP and i...
View ArticleHow to get Navigation back button event in Xamarin forms
In my project on one page there is a form to add products. if user doesn't save the details and pressed back button, at that time I want to display the action sheet having Discard, Save, Cancel...
View ArticleUsing Xamarin.Forms.Maps on an Amazon Fire
On the fire you cannot use Google play, you must use Amazons map service. Can xamarin.forms.maps be hacked to use Amazon maps instead of Google Maps? Would a custom renderer be the answer?
View ArticleError: Cannot add a null child view to a ViewGroup
I have an ArcGIS MapView in a page. In Android there is some bug where you have to remove the MapView from the UI when navigating to a new page, and add it back when you come back to your...
View ArticleHow to resolve The attribute 'Remove' in element is unrecognized error in...
Hi everyone, I am updating Xamarin.forms package to 2.4 and adding CarouselView.xamarinforms package in to my portable, android and IOS project and committed in to source tree. In another system I am...
View Article