How to get the maximum and minimum Y points of OxyPlot YAxis ?
I have created an oxyplot chart in an Xamarin.Forms app, where I want to get the top Y tick value and the bottom one which are actually visible on the YAxis not the absolute ones. In the screen shot...
View ArticleUnable to debug ios applications usning remote connection to macincloud mac...
Hi All, I am unable to debug my Xamarin.forms ios application using a remote mac server hosted by macincloud. The macincloud mac server is hosted in mumbai location in India. The connection to remote...
View ArticleUWP Exception
Hi everyone. Im new on the forum and relatively new in Xamarin. Im having an issue with an especific exeption that ive tried to understand what does it means. Can someone help me out? Here is it:...
View ArticleHow to transfer data from one page to another with sqlite in Xamarin Forms ?
Hi, I created a registration form to add students to a table on another page, but I can't. Help me please!!
View ArticleDefine ItemTemplate directly from Item in ListView
So i made custom CustomListView. Something like this. public class MyCustomListView : ListView { public static readonly BindableProperty ItemsProperty = BindableProperty.Create("Items",...
View ArticleGoogle Map in Xamarin Forms
Hello Friends, How do i open google map in Xamarin forms? I am using below code var address = assembly.Address; switch (Device.OS) { case TargetPlatform.iOS: Device.OpenUri( new...
View ArticleGoogle map for Xamarin forms
Is possible use google map for Xamarin forms? If yes then How? Please Help@JamesMontemagno @adamkemp
View ArticleGoogle Map
Hi What is the best tool to work with Google Maps. Which has good controls and no complexity Cluster support
View ArticlePossible memory leak in Xamarin.Forms?
I've just started using the Xamarin Profiler, and I've noticed this: If you create a new Solution using the Xamarin.Forms Master Detail template Run the profiler on it. Take a snapshot. Tap on the...
View ArticleQuestion about how to use CryptoKeySecurity class
Hi there, I am new here. I have a question about how to use CryptoKeySecurity class under Xamarin.Form. I understand that CryptoKeySecurity class should be there at namespace...
View ArticleHas anyone seen an error while updating Xamarin.Essentials 1.3.1 to 1.4.0
While trying to update Xamarin.Essentials using the nuget package manager, I get the following error: **Error Failed to add reference. The package 'Xamarin.Essentials' tried to add a framework...
View ArticleIs there any way to convert or assign Anroid.webkit.webview to...
I need to convert or assign a webview of android.webkit to xamarin.forms type. Is there any suggestion?
View Articlepublish failed to the iOS App Store?
it tells me we are unable to create an authentication session. why? where is wrong?
View ArticleUse platform-specific dll references in shared project?
Hi, I'm having trouble with references which should be quite simple. If I set up a new multiplatform Xamarin forms app, I get a solution with 3 projects. The shared project, and and iOS and Android...
View ArticleHow to set items.width to screen.width inside a scrollview
Hi, how can I set an items.width inside a scrollview to fill the entire screen? My goal is to use a scrollview and a horizontal layout to have a "carrousel effect" where each view (item inside the...
View ArticleHow to check connectivity in webview
Hi, I put my webpage on webview control it working well..problem is when net connection lost there error shows no webpage found net::ERR_INTERNET_DISCONNECTED How could I handle this...I wanted instead...
View ArticleHow to add Firebase database in XamarinForms , how to insert and read from it?
I didn't found any good explenation how to add firebase database in my app project Xamarin forms, how to insert and read from database ?
View ArticlePNG image showing black background when loaded from DB
When I try to load a PNG image from DB to Xamarin Forms, it show a black background on the transparency area. If I include it from Visual Studio and load it up, it appears okie. The reason I want to...
View ArticlePush Notification
Hi If you can help in the implementation of this Introduce a service that is free and not part of Iran's sanctions
View ArticleBest way to refresh a RefreshView the first time it is shown?
I have a RefreshView that I want to automatically refresh the first time it is shown. I can easily do that programmatically in my ViewModel by just invoking my refresh command at construction (or...
View Article