when i try to deploy i get Access to the path 'resources.apk.bk' is denied error
I cleaned my project using visual studio 2015 deleted debug, obj, release folders Rebuild project everything builds fine no errors Try to run on emulator on Debug mode ARM or ANy CPU configuration...
View ArticleUITest on App Center - accepting notification permissions dialog on iOS
Posting here as there seems to be no other support forum for App Center and UITest. Our app uses Push Notifications, and so when it is first installed on an iOS device, the OS displays a permissions...
View ArticleContentPage.Content, do I need it?
I noticed when creating a new XAML page, the default includes <ContentPage.Content>. Do I need this? According to the docs, the Content property "Gets or sets the view that contains the content...
View ArticleWKWebView console log handling?
Is there a way to simply programmatically view console logs generated inside of a WKWebView on both Android and iOS? I cannot find a reliable solution for this and need it for production logging. I am...
View Articlehow to get nice looking buttons like syncfusion sfButton using xamarin.forms...
xamarin buttons looks like windows forms buttons. using syncfusion sfbutton, you get a really nice rounded, shadowed and flexible icon width, position etc like below. <buttons:SfButton...
View ArticleHow to communicate between Android and Desktop with Xamarin
In Windows 10, there is 'Your Phone' app (by Microsoft), which can be linked to 'Your Phone Companion' app (by Microsoft) on my Android phone. It appears that the Companion app knows how to talk to the...
View ArticleMessage Center - UI thread - Confirmation popup form - Pause messages?
Hi, My scenario involves a background thread doing work, firing message center events listened to by the UI thread. On the UI thread my message handler displays a confirmation pop up dialogue. While I...
View ArticleEF Sqlite not working in IOS in release mode Azure Pipeline
My database will not work on ios when deploying in release mode through a build. it works for android and ios Simulator and direct debugging through VS 2019 I'm using EF with sqlite the database path...
View ArticleWhy the player Id is empty from oneSignal on Xamarin? Just in iOS
I'm having a little problem getting the player Id from Xamarin. I'm making an application in Xamarin Forms, it works for Android, but when I try to get it on iOS the string is Empty. Then, when I want...
View ArticleHasShadow Property of Frame not working
I am using Xamarin Forms and I am trying to build a cardview style control by putting a frame inside a listview and it doesn't look like the HasShadow property is working properly. I have it set to...
View Article"NSInvalidArgumentException [UILabel _setFont:layout:]: unrecognized...
We have started getting this crash report and it has been exclusively for devices running iOS 13. It started with the beta versions and it is still happening even with the latest 13.2 release. This is...
View ArticleWhat is wrong with my ReactiveUI routing set up?
I have been trying to follow the routing tutorial here https://jamilgeor.com/viewmodel-routing-with-reactiveui-and-xamarin-forms/ Instead of clicking on an item in order to visit a new page, the...
View ArticleCan't login to this forum using Google Chrome
I can't seem to be able to login/register/forgot password to these forums (forums.xamarin.com) using Google Chrome browser. I get the 'thinking' icon, but nothing more. Am I the only one with this...
View ArticleForce quitting Forms app in iOS reopens in same place
When I force quit my Forms app in iOS, using the double home-slide up the app, the app looks like it closes fine. But when I restart my app, my expectation is that the app starts back in the home/login...
View ArticleTabbar Swipe Gestures do not work with Shell 4.2 and above
Tab-bar Swipe Gestures do not work with Shell 4.2 and above .But its working on shell 4.1 .I want to achieve swipe gesture among tab-bar page.Any help will be appreciated
View ArticleObject not set to an instance error on PopAsync()
Navigation to Tabbed Page var tabbedPage = new TrialTabbedPage(); tabbedPage.BindingContext = new TrailTabViewModel(_originLatitud, _originLongitud, mile); await Navigation.PushAsync(tabbedPage);...
View ArticleGoogle CameraX in Xamarin Android
Hi, Does anyone know how to Port this CameraX in Xamarin Android? https://developer.android.com/training/camerax
View ArticleListView binding to ObservableCollection - crashes when calling Clear() on...
I am seriously stuck on a weird binding problem that causes an exception on iOS upon calling ObservableCollection.Clear(). I have created a small repro, here are the highlights. Xaml: <StackLayout...
View ArticleHow to save to keychain and have appear under Websites & App Passwords
Hi, I stumbled across some code to save a record to the keychain and to retrieve the record. That works fine. public static bool SaveValueToKeyChain(string entryKey, string entryValue) { SecRecord...
View ArticleENTRY Hide keyboard Xamarin
I moved from xamarin.android to xamarin.forms, don't know why, just I think more support is here, but no. I'm trying to make Entry, that will be still focused, but without showing keyboard. I have...
View Article