Is there a code coverage tool available for Visual Studio Mac?
I'm writing unit tests for my code and I realized that I can't see code coverage. Now the problem is that every tool that I find is for Windows or it costs too much for me. Does anyone have a solution?
View ArticleHow to access the ListView in Viewcell c# code behind ?
Actually I want to bind my IValueConverter with the StackLayout the code behind is There's my ListView in CommentsPage i.e., public class CommentsPage : ContentPage { _commentsList.ItemTemplate = new...
View ArticleOrganizing Embedded Resources in Shared Project iOS issues
I have images organized in my xamarin.forms shared project with subfolders such as "Assets.graphics.image.png" and "Assets.tiles.image.png". In my Android and UWP when reporting out all resources with...
View ArticleHow to Scroll to Top on Filter of ListView?
I have a SearchBar which is used to filter a ListView of data. If I scroll to the bottom or middle of the ListView then start entering data in the SearchBar to filter the list, I want to be able to...
View ArticleXamarin Forms cross platform with Lottie - Load animation from url?
Hi. That's my query: can I load a Lottie animation from a url? I was looking for possibilities and I did not find anything in particular ... Is it possible to do it? Thanks in advance.
View Articlehow to detect press enter key when focus is in a Entry
Hi how to detect press enter key in xamarin forms (uwp)? I want to call a Command in View Model after enter on keyboard click when focus is in a Entry?
View ArticleXamarin iOS and .Net Standard 2.0 Dependecy Service
I'm creating a new project using Xamarin and .net standard 2.0. My project has SLMobileLibrary SLMobileLibrary.Android SLMobileLibrary.iOS This three project are written to create a NuGet Package...
View ArticleAnimation on xamarin forms using Lottie dont work!
Hi, anyone use the Lottie nugget to play animations on xamarin forms. I tested a simple example that dont run, just appear on android emulator a blank window. I install the Lottie nugets. Here is my...
View ArticleButton Horizontal Text Alignment
Hi all! I can not find a way to change the horizontal alignment of a text inside a button. How can i do?
View ArticleTabbed Page Menu Icon doesn't display icons on UWP
How come the icons that is showing on android doesn't show on UWP? This is my XAML on Tabbed Page & one example XAML on the content page. Android UWP Tabbed Page <?xml version="1.0"...
View ArticleViewCell not dynamically adjusting height after contents changed.
I will change the Text of labelColor after the page re-appears from a color selection page. The label's contents change but are written into the cell below. If I force a refresh by moving the cell off...
View ArticleHttpClient.GetAsync throw "APP Unexpectedly quit" in iOS.
Hi, I have this problem in my app. When I use HttpClient. GetAsync on OnStart Method of App throw "App Unexpectedly Quit" in iOS. I use the same method in other place and it works fine but in this...
View ArticleXF 3.0 Data Triggers
Hi Experts, Has anyone noticed that data triggers are broken on SF 3.0? Percy
View ArticleSystem.Reflection.TargetInvocationException on LoadFromXaml()
Hi, I'm trying to add some localization to m app, following this guide and i keep getting this exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an...
View ArticleFrame not in module - Visual Studio 2015 with Xamarin 2.3.247
Hello everyone, I've been getting the "Frame not in module" error while trying to debug my mobile app ever since I've installed VS 2015 with Xamarin. I'm taking over a project from a another team...
View ArticleXamarin forms chat like ui - keyboard issue
Creating chat like ui seem pretty hard on Android and iOS. I have issue where the entry view is in the bottom of the page and when the keyboard is shown, I want the entry view to be on top of keyboard....
View ArticleXamarin Forms Previewer Missing in Visual Studio 2017
Hi, I'm running version 15.7.3 of VS2017 and the Forms Preview Option is missing under View -> Other Windows. Has this been moved or is my visual studio playing up? In the Mac version of VS I can...
View ArticleXamarin.UWP WebViewRenderer Basic Auth and local notifications
I'd like to issue basic authentication and local notification with WebViewRenderer at Xamarin.UWP, but have samples?
View ArticleSetSite failed for package [XamarinIOSPackage]
Facing the below error. [https://stackoverflow.com/questions/49712280/existing-xamarin-projects-dont-load-correctly-needs-migration-and-vs-crashes] Ios and android project do not load properly.
View ArticleXamarin forms control package?
Is there any third party package available for xamarin forms control?
View Article