Not able to tap on the edges of the Box view
BoxView ImageTappedArea = new BoxView() { ClassId = content.id, BackgroundColor = Color.FromRgba(255, 255, 0, 0.5), //BackgroundColor = Color.Transparent, WidthRequest = 60, HeightRequest =380,...
View ArticleBindable property is not working on custom control
Hi everyone I want to make a custom control called switch label. I put label and switch inside the stack layout. My purpose is to make a control like SwitchCell. <?xml version="1.0"...
View Articlehow to call a Api to request in post method
how to call Api which doesn't have a response and we need to write a code for request in Post Method. Please help me with a solution
View ArticleHttpclient for TLS 1.2
I want to enable TLS1.2 for my application. But since the web api is still in development, SSL is not enabled yet. But the problem is the http requests succeed without any error. This is what I have :...
View ArticleHow to implement Horizontal ListView in Xamarin Forms.
We want to implement horizontal listview in our xamarin forms application, How it is possible? Any other solution for this, please share. Thanks in advance...
View ArticleHorizontal listview
Hi, I'm stuck with this stuff, I want to create an horizontal listview like in the attached file, but I don't know how to do it, is there any way to do this????
View ArticleDefine layout sizes in inches with IDisplay extension (code only)
I am not sure if there is built in functionality in Xamarin Forms for specifying layout dimensions in device independent way and the Device.OnPlatform method seemed very cumbersome and unpractical to...
View ArticleNSUrlSession HttpClient + Apple TLS - Not Actually Working?
With the Cycle9 release I started playing around to see if I could drop Modernhttpclient for Xamarin's own NSUrlSession HttpClient. I switched the flag in the project options. And rebuilt. Everything...
View ArticleCould not load file or assembly
I am a newbie on Apple environment and even on Xamarin. I am trying to customise one app but on initial run it throws this error: System.IO.FileNotFoundException: Could not load file or assembly...
View ArticleiOS App Security - Anti Network Sniffing
I recently implemented SSL pinning in my app to help protect against sniffing out API calls and found something interesting. If you iOS project settings are set to 'HttpClient Implementation:...
View ArticleHow to add Button with Tabbed Page Header Title in Xamarin forms
Hi , In Xamarin forms , i am using Tabbed Page , is it Possible to Add a Button with Tabbed Page Header Title for iOS App.
View ArticleImage from URI not showing up on Xamarin.Droid.
Hey! I have an ImageSource in my app which is loaded from an URI using the following code: img.Source = ImageSource.FromUri(new Uri("https://crafatar.com/renders/head/" + Data.selectedPlayer.uuid +...
View ArticleExtreme slow navigation from list in UWP for Xamarin.Forms
Hi, I have a Xamarin.Forms app with a main page that contains a list and 2 buttons in the navigation bar. If in UWP I navigate after an item is clicked it takes 25 seconds to push the new view....
View ArticleMicrosoft.CSharp.targets: Error: Compiler crashed with code: 1
Hello everybody, After a full day of work searching for the issue to this i gave up and continued working in Visual Studio 2015 with my project. I changed my computer today from PC to Mac and installed...
View ArticleNavigationPage.BarTextColor should also change color of back arrow (on Android)
Summary NavigationPage.BarTextColor should also change color of back arrow. On iOS this is already the behavior however not on Android. API Changes No API changes. Add following code change to...
View ArticleXamarin Debugger not hitting the breakpoints
I am new to Xamarin.iOS. I have the C# development background. I am facing an issue while debugging when connected to the device. Some breakpoints work well. but some are not working. I added a...
View ArticleFreshMVVM how to intercept the hardware backbutton / acess the PageModel from...
@MichaelRidland I have a ModalPage which should only be popped if not data was modified. So I would have to override OnBackButtonPressed in my Page. I want to forward this MethodCall to my PageModel....
View ArticleNotification Click Event
Hello, I´m a bit new to Xamarin Forms development, but not to Android (Java) development. Here´s the scenario: I´ve developed an app for android, which schedules notifications (NotificationManager) and...
View ArticleTargeting .NET Standard
I read this article a while ago: https://blog.xamarin.com/net-standard-library-support-for-xamarin/ So, I converted all of our libraries from portable libraries to .NET Standard (1.4). I did this...
View Article