Map in master detail stops swipe to open.
My app design wraps a few pages in a navigation page to load into the details page of a master detail view. So far this works really nice. I get a button on the navigation header that lets me open the...
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleDownloadProgress and GetResult
Hi everyone, I'm making a Xamarin.Forms Android application with MvvmLight. I've got a ViewModel which consume a .NET WebAPI to download a File. I'd like to display a download progress bar for the user...
View ArticleBest way to trigger specific events depending on the current page
Hi everyone, I have a phone with a physical barcode scanner. Depending on which page the user currently is, the barcode scanner is enabled/disabled and an event handler is added/removed. The event is...
View ArticleListView with 2 Labels: One left andone right
Hi, I have a ListView with two labels on each row. One should be at the left and the other on the right. Why doesn't this code work? It shows the two labels aligned to the left. <StackLayout...
View ArticleIs it possible to switch off autocorrect on iOS custom forms elements
I have been asked to disable autocorrect on an iOS form view and can't work out how to do it. The XAML looks like this: < local:ValidatedEntry x:Name="FirstName" Header="First name" InvalidText="The...
View ArticleOnStart, OnSleep, and OnResume not called
Hello, I created a Xamarin.Forms Shared application and noticed that OnStart, OnSleep, and OnResume are never reached. OnStart should be called in Xamarin.Forms.Forms.Init am I right ? Why are all of...
View ArticleUnable to find a version of XF compatible with...
I have 5 packages (Xamarin.Android.Support....) that can be updated, but I have this error (for all packages...) Attempting to resolve dependency 'Xamarin.Android.Support.v7.AppCompat (= 23.1.1.0)'....
View ArticleUsing Zumero Sync to sync a SQLite database - Getting error during sync.
I am using Zumero Sync to sync a SQLite DB in my Forms application, I am getting an error during sync. I am using VS Pro 2015 When it its the sync function I get a pop up "An unhandled exception...
View ArticleSet ButtonType in ButtonRenderer - iOS specific
Hello everyone, I'm currently trying to implement customs controls (Buttons, Labels, etc.) which looks and behave on all plattform similar. I startet with Android and a custom button, which works fine....
View ArticleStrange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleEditText: restrict edittext to enter 2 digits after decimal point
Hello, How to restrict edittext to enter 2 digits after decimal point? Thanks.
View ArticleManually Update ListView binding
I have an ObservableCollection of messages with a timestamp field bound to a Listview. I am using an extension method to display a string based on how old the message is, i.e. "5 minutes ago" What's...
View ArticleIs there a definitive Xamarin set of Instructions of how to update Android...
I've gone through a number of the various posts on how to update to Android Form 2.0 projects but they haven't worked for me. What the official Xamarin way to do this?
View ArticleXamarin.auth crash.
Hi everybody. I am trying to use xamarin.auth in a cross-platform application through a pageRendered and it connects with Facebook fine, but when come back, it crash. This is the call to the...
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 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 Article