Xamarin Form Cross Platform App MySQL Database Connectivity Error
I am trying to connect my Xamarin Forms app to MySQL but getting an error. Steps I have followed 1. Create Xamarin Cross-Platform Mobile App in Visual Studio 15.8.5 using NetStandard. 2. Installed...
View ArticleFramework is not a valid framework
Hi everyone, I am trying to add ironsource framework to my xamarin.ios project. I have added dll and framework as per the...
View ArticleHow to hide TabBar on iOS 13 in Xamarin Forms?
Hi everybody, wish you get healthy! I'm trying to hide TabBar on iOS via CustomRenderer follow this guide link But it's only work on iOS 12, on iOS 13 it's have blank white space. How to fix this?...
View ArticleHow to dismiss Essentials.WebAuthenticator iOS window after successful auth?
I'm using Xamarin.Essentials.WebAuthenticator for OAuth SSO and it's working great for both iOS and Android to get me authorized, but on iOS the dang ASWebAuthenticationSession window just sits open...
View ArticleTime picker with predefined values and Custom option
Hi, I want to make a Picker where, I an choose 4 default values e.g. 15 min, 30 min, 60 min, and last "Custom". When somebody click Custom, I go to time picker, Can I make this in Time Picker, or I...
View ArticleUnable to select/copy/paste text in Xamarin.Forms Editor or custom Borderless...
Hello @JamesMontemagno , I've implemented Borderless Editor in my Xamarin.Forms application using Custom EditorRenderer. But I'm facing an issue that the editor text is not selectable at all in both...
View ArticleHelp with push notifications
https://devblogs.microsoft.com/appcenter/app-center-mbaas-retirement/ I'm working on a cross platform project, and AppCenter push service will not be available in May. I only want a simple way to send...
View ArticlePath too long Xamarin iOS Distribute
Help me pls i can't distribute because my paths are too long. I tried to change them but it didn't help. I'm really out of ideas. That's the error: Unable to copy file...
View ArticleForms iOS Notification Permission Freeze
Hi All, I'm using the latest version of Xamarin Forms. I have a forms app (Android/iOS). My first content I show is a login view. The app asks for iOS permissions to send notification upon first...
View ArticleXamarin Forms 4.3.0.908675 Device Open Uri
Hi everyone ! I have now updated my project to xamarin forms 4.3.0.908675. Before updating, I was using device.openUri (https: example.com) to redirect the user to the browser and it worked fine. But,...
View Article[Shell] Pass parameter to local shellcontent's constructor from XAML
Is this even possible? Thank you!
View ArticleHow to bind a object in a custom Control
Hi there community, I've got a Problem with Databinding in Xamarin. So I have this Custom Control which already has a bindable Property SelectedItem: ` public LTVLI SelectedItem { get =>...
View ArticleHow to take picture from camera and retrieve it using Xamarin.forms for cross...
How to take picture from camera,save that image in gallery and retrieve it afterwards using C#? The same code which can be executed in android as well as IOS is required (using Xamarin.Forms). Please...
View ArticleHow to access MySql Database from Android in Xamarin Forms?
Nobody yet solve this problem i guess... When i'm using the MySql.Data package with Xamarin.Forms, my code works on iOS and Windows, it successfully connects to the online server MySQL DB, but the same...
View ArticleMultiple bindings to a Label using XAML
I want to concatenate the FirstName and LastName. So I have implemented the FullName method that should return concatenated the FirstName and LastName but it does not happen. How to fix it ? This is...
View ArticleInstall TWRP 3.2.3 Custom Recovery on Samsung Galaxy A3 SM-A300H
Install TWRP 3.2.3 Custom Recovery on Samsung Galaxy A3 SM-A300H Download and install the latest TWRP 3.2.3 custom recovery on Samsung Galaxy A3 SM-A300H. By following this easy step by step tutorial,...
View ArticleHow can I dynamic swipe item SfDataGrid
Hi, I am using syncfusion sfdatagrid plugin in Xamarin forms. I want to make the Swipe feature dynamic. According to the json file below. How do I set up a dynamic swipe structure that corresponds to...
View ArticleCamera Function
I am using xam.pulgin.media 3.1.1 for using Camera in Xmarine Form with VS 2019. I am using Android Emulator. It is access camera easily. Myapplication name is companyname.camera...
View ArticleImage stream to string converter
Hello, I need an image stream to string converter and backwards. For the image stream to string converter, I did it like this:byte[] bytearray = StreamToBytesConverter.ReadToEnd(stream); string...
View ArticleHow to show a message when items count is zero in an ObservableCollection?
As usual I have an ObservableCollection set as ItemsSource of a ListView. I want to display "--- No Data ---" in the middle of the display when the Items count is zero. I tried setting IsVisible of...
View Article