Hide map info window but keep the pin focused when clicked?
When I set HideInfoWindow to true in the MarkerClicked event, the clicked pin is no more focused in the map center: private void Pin_MarkerClicked(object sender, PinClickedEventArgs e) {...
View ArticleCombine text of 2 Editor's
I am trying to combine text of 2 Editors with : between the text Tryed but no luck Totaal.Text = Opzijuur.Text & " : " & Opzijmin.Text;
View ArticleDynamic models with ICustomTypeDescriptor
Hello I am looking to implement dynamic data models for Xamarin Forms. Is ICustomTypeDescriptor supported for the same ? Thanks
View ArticleQr code Scanned data should be captured in Other screen
Hi, I am working on QR code scanning using Zxing Steps: 1. I have a screen in which when i click on the button, scanner will get opened. 2. Scanner will scan the data from QR code 3.That data should be...
View ArticleFlyout menu and Tab bar mutually exclusive?
I've recently started working again on a personal project and I'm having some difficulties showing both the Tab bar and the Flyout menu and I'm starting to believe I haven't fully grasped yet the whole...
View ArticleWKwebview navigation delegation
Hi everyone, 1. I am using CustonRenderer to display YouTube videos using WKWebview, and i am also using NavigationDelegate functions like "DidStartProvisionalNavigation", "DidFinishNavigation",...
View ArticleHow to display custom layout multiple times in Xamarin Forms
I have a Custom Rating bar layout in Xamarin, I want to display it multiple times in my form but it is displaying only once even though i have declared it multiple times but is showing only one time...
View ArticleAttribute "imageaspectratioadjust" Already Defined with Incompatible Format
For a day, I am facing problem when I try to build my Droid project and the above error arises. This happened after I updated my plugins and Xamarin Forms to 2.5.x.xxxx. I have made sure all projects...
View ArticleHow to handle proxy settings for HTTP communications on UWP?
In the context of handling proxy settings when using HTTPClient, the article at https://medium.com/@anna.domashych/httpclient-and-proxy-76835c784eab includes implementations to get proxy details for...
View ArticleUsing Settings plugin can cause memory leaks?
Probably many are using Settings Plugin , it is basically using static variables. If we access to those static variables in settings class in our viewmodels, Dont they actually cause memory leaks? they...
View ArticleWorking OSD joystick on Xamarin forms for Android and iOS
I am trying to create a app that controlls something with a onscreen joystick. I tried getting the two values by using two sliders, but it didn't work. There is a library for xamarin, but it is...
View ArticleGoogle Places autocomplete in Xamarin.Forms
Hello guys, im pretty new to Xamarin and I'm working with Xamarin.Forms. My question is: how can I achieve a "Google Places search bar" in Xamarin.Forms? I don't need map integration, just like a...
View ArticleHow to get item click on collectionview in xamarin forms with prism framwork?
I have created a list and showing in collectionview <CollectionView.ItemsLayout> </CollectionView.ItemsLayout> <CollectionView.ItemTemplate> <StackLayout...
View ArticleBest way to execute code in the viewmodel from an UI event.
I have a simple data entry page called NewCustomerPage that's bound to a viewmodel called NewCustomerViewModel like so: public partial class NewCustomerPage : ContentPage { public NewCustomerViewModel...
View ArticleHow to make curved border
Hello everyone i just want to ask how can i make curved border not corner like this :
View ArticleRemove white space from label
Is there a way to remove white space from the highlighted label ? Here is the code : <CollectionView ItemsSource="{Binding DLHY_}" SelectionMode="Multiple"...
View ArticleBinding with MVVM
Hi everyone ! I am using the card Views plugin in my Xamarin Forms project. What I want to do is use two carouselview one after the other. Both carousel will bind different information. If I normally...
View ArticleXamarin Forms for Windows Desktop
As of today, is it possible to add a Xamarin.Forms window (or control) into an existing Windows Desktop app ?
View Articlehow to send qr print vai bluetooth socket in xamarin?
try { var barcodeWriter = new ZXing.Mobile.BarcodeWriter { Format = ZXing.BarcodeFormat.QR_CODE, Options = new ZXing.Common.EncodingOptions { Width = 1000, Height = 1000, Margin = 10, } };...
View Article