Adding Packages to Libraries used by Android, iOS, and UWP Head Projects
I am using Flurl.Http library (and BouncyCastle) in my Xamarin.Forms app I am building. I am using .NetStandard 2.0, VS for Mac 7.5.3 These 2 are added to a project library that is used by Android, IOS...
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View Articleuploaded Video to sql and played in xamarin app
Hi Xamarin forum I have a question how can I access my uploaded video in my database to my xamarin app Here is the current scenario 1 I have a backend program the is an asp.net with c# codebehind. 2. I...
View ArticleHow can I customize the color in switch?
I'm using xamarin.Forms and want to customize the color of the switch? I found on forum to customize the switch but it seems to be not working. Below is the code : [assembly:...
View Articlei need help with this error in plugin.media
only one operation can be active at a time xamarin this is the code : public async void Agregar_Clicked(object sender, EventArgs e) { var cameraStatus = await...
View ArticlePersistent warnings
What is the cause of these warnings? I'm having these error because I trying to do this https://github.com/HoussemDellai/BottomBar-Xamarin-Forms, the most annoying part is it's persistence. I can't...
View ArticleXamamrin form : How to recieve notification from firebase console with image
I want to send notification to device token from firebase console with image, for example notification should be display like this. Title Body Image // here is the issue i want to display image from...
View ArticleSingle Xaml entry to detect Phone number/Email id on entering the text
Hello Guys, I'm developing a payment portal where the user has to confirm either phone number or email id to process the Payment. So, I'm planning to have single entry control which detects phone...
View ArticleCompiling for iOS - will any mac do?
Hi, I use windows/VS and have only targeted Android thus far but need to look at creating an iOS version of my app. As far as I understand things I will need to purchase a mac in order to do this but...
View ArticleTesting if a Label is Present
Hello! The UI testing has been giving me some problems and I'm not sure why it's being so difficult. Right now I'm trying to just check if a label is present on the page but after trying a few...
View ArticleCustom Renderer Not Working
So I've followed a YouTube video and the Microsoft docs on this but it still isn't working. I have a page with my custom renderer on it, which I've used the namespace for... <local1:RoundedEntry...
View ArticleHow to automatically open soft keyboard when a new screen launches
I am trying to develop an app using xamarin.forms. when my app launches there is an entry on the main screen so I want to open keyboard automatically when my app launch.
View ArticleImageCircle package is not working in release mode in UWP
For the circle image, I am using Xam.Plugins.Forms.ImageCircle package and it is working fine in debug mode. But in release mode, all the pictures are in square format. I uninstall and reinstall the...
View ArticleXamarin Forms App Remote Connection to Mac OSX for iOS testing
I am trying to connect my Xamarin Forms app (which has been tested on Android only for the time being) with a Mac machine for iOS testing. The Windows 10 machine seems to be connecting to the Mac, in...
View ArticleIntentFilter on Android is not working for my file type
Hi, I would like to share file from eg. Downloads folder in FileManager, to my application. My application uses files with my custom file extension: ".topo". I would like to open that but can't. My...
View ArticleHow to add checkbox control in XAML
Hi, I want to add Checkbox control in Xaml page. I added below code in .Xaml page. <CheckBox Margin="10, 10, 3, 3" Name="acceptPolicy" Content = "Accept our policy" FontSize="12"...
View Article2.3.0.107 iOS TranslateTo crashes
Hi all, After some updates I'm getting the following exception when trying to animate element moves with TranslateTo: An attempt was made to transition a task to a final state when it had already...
View ArticleAnimating Navigation Bar properties on page transitions
I am looking to add a transition to navigation bar text when navigating between views in a MasterDetail layout. Just a simple fade out / in of the navigation page text. I have implemented the below...
View ArticleECG Graph
Hi, I want to create Animated ECG Graph on Canvas by using Skiasharp in Xamarin.forms. How to Draw Ecg graph on canvas? Please Help.................................Thanks in Advance.
View ArticleLogin with google account
my app intent to use log in with google and facebook facebook support webview but google did not support webview can any one help me to use chrome custom tab in my app xamarin forms ?! Thanks ;
View Article