HorizontalTextAlignment not working
i updated xamarin forms to the latest version yesterday (4.3.0.947036) ,and now for some reason text alignment for Entry control is not working on android, but works fine for IOS. anybody got a...
View ArticleHow do l ressolve System.Net.WebException Error .The Internet connection...
The project l am building has some images on a file storage site and its consuming api's and it connected to the internet via my phone.After a lot of research l found out it has a bit to do with my...
View ArticleAVAudioSession.Notifications.ObserveInterruption does not work with Google Maps
When using speech navigation in Google Maps my audio app does not get an interruption. Incoming calls and other audio apps interrupt fine. Does anybody knows why?...
View ArticleiOS Binding Unity as a library
Hi all, I don't even know where to start Since alpha 2019.3 Unity offers the feature "Unity as a Library" https://blogs.unity3d.com/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/ which...
View ArticleIs it possible to use 2 resx file at the same time?
I need to have, in a Page, two labels LableA LableB (translaction of A) For example Autore Author is it possible with resx files to manage this situation? Should I have in the resx files two strings...
View ArticleXamarin Forms and Dropbox integration
Is there any simple sample? I only want download a file from Dropbox (with login integrated in app) and save it in application folder. I've spend all the day but I don't find a simple sample that: 1....
View ArticleXamarin.Forms consum SOAP web service on android procect
Hi, i want to consum a soap web service with xamarin forms on adroid. I use VS2019, .netstandard 2.0 and Xamarin 16.3.0.278. I generated a web reference and in created reference.cs the important code...
View ArticleExport scrollview as an image
Hello everybody, I would like to export the content of a scrollview as an image, like I already did for another W8.1 project. I know there is not a native Xamarin Forms function or method to get this...
View ArticleGroupHeaderTemplate and ItemTemplate DataTemplateSelector conflict?
I have noticed that when I try to employ a DataTemplateSelector on both the ItemTemplate and the GroupHeaderTemplate (a different data template selector for each) in a ListView, that--at least in...
View ArticleSend data from App to service and other way around
Hi Guys, I have implemented foreground service for my app. This service handles bluetooth communication. I need to send some data from the app to the service and the other way arround. Messaging center...
View ArticleShould I use "ConfigureAwait(bool)" or not?
I followed the Visual Studio suggestion to install "Microsoft.CodeAnalysis.FxCopAnalyzers" and suddenly I get tons of new warnings. One of them is: Consider calling ConfigureAwait on the awaited task...
View ArticleIs there a way to hide Tab inside Shell TabBar?
I have an application where I want to display a Tab called Upgrade when users have not paid for a subscription and never show the Tab when they are paid users. I have tried to find an IsVisible...
View ArticleDoes Xamarin.Forms have a replacement for UWP's RoutedEventArgs?
I am working on converting my apps from UWP to Xamarin.Forms. A large number of my event handlers' second parameter was of type RoutedEventArgs (or a descendant of it). I often used the Handled...
View ArticleTabbed page ui
Hi guys how i can create a tabbedpage with border radius like this image
View ArticleHow to play audio from byte[]
I would like to play audio from the byte[], that is being streamed.
View ArticleUnable To Change TabbedPage Tab Bar color programmatically
I am using xamarin forms To create an app. in which i need to change TabbedPage tab bar color programmatically not by Xaml when tab page change but i can't help my self. var t =...
View ArticleCan I prevent a TapGestureRecognizer from swallowing touches?
I have a custom ViewCell with an Entry in it. I'm using a TapGestureRecognizer in the cell so that I can give focus to the Entry regardless of where the user taps in the cell. In my custom ViewCells...
View ArticleXamarin Forms Webview doesn't show the tradingview widget.
Hi all, I use a widget from tradingview site. I would like to make this implementation using xamarin forms webview. However i can't make it works. It just doesn't appear the widget at all. The same...
View ArticleListView Alternative or Solution Suggestion?
I'm going to attempt to keep this short. I'm Busy working on a Mobile Application With Xamarin as the Front end and Woo-commerce as the Back End, Using the Woocommerce.net Wrapper(Can be found on...
View ArticleUnit testing Prism ClearPopupStackAsync
We are developing a Xamarin Forms (4.1.0.778454) application using Prism (7.1.0.431). While writing unit test cases using NUnit and Moq, the following error occurred when the code reaches the statement...
View Article