How to connect Hotmail with MAC?
As I am using Hotmail service and needs to sync my Hotmail with the Mac service. How should I connect both? Provide me the answer.
View ArticleDetecting pressed down keys in Xamarin macOS
Hi, Is there any way to check are there any buttons pressed down? Not necessarily interested in the events. Thanks!
View ArticleUI with rotated view and expandable panel - first episode of new series about...
Hi developers, I started new series about implementing nice UI in Xamarin.Forms. For example here is some UI and here is video with implementation
View ArticleProblems using Twilio Programmable Voice in a Xamarin Android Bindings Library
Hi. I created a bindings library project to be able to run the Twilio's Android Programmable Voice SDK (v 2.0.4). I added this lines of code in Metadata.xml to fix some of the errors: <!-- solving:...
View ArticleCan I add a MacOS project in visual studio 2017 for windows?
I tried to add a MacOS project to my .Net PCL, but there were no optrions for Mac anywhere. When I copied my folder entire folder over to my Mac, I was able to add a MacOS project, but none of the...
View ArticleHow to use WKWebView instead of WebView
I'm working on a Xamarin.Forms app with a WebView in MacOS custom rendered. I think by default it is using WebKit.WebView. I'm having issues loading a local web app (with file:///), but this app works...
View ArticleError when working on project from windows 10 laptop
Good morning, I have a rather large project that I've been working on without any problems on my mac desktop, but I'm having a problem preventing me from building anything when I attempt to work on the...
View ArticleCustom Page Transitions with Xamarin.Forms?
Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync? For example, I would like to have slide or fade transitions for Android. I have tried...
View ArticleSwitch tag misbehaving on Android (not iOS)
Hi. I've had this control working for ages, but noticed last week when doing some regression testing on Android, that it has mysteriously stopped working for switches where the initial value is true......
View ArticlePost request using httpclient
I use GetStringAsync method of class HttpClient to get JSON and it works excellent. But I don't understand how to use PostAsync or PostAsJsonAsync methods to send post requests. For example, I need to...
View ArticleParse Json response in xamarin.Android - Second try
I´ve asked this question before, but without a good reult; I am using JSON.NET(Newtonsoft.Json NuGet) in xamarin.Android to parse a response from an API. My response is like this: [ { "id": "21",...
View ArticleHow to troube shoot SIGSEGV/tgkill crashes (XF Android)
Is there any way to troubleshoot these SIGSEGV and tgkill crashes? Below are two examples: signal 11 (SIGSEGV), code 2 (SEGV_ACCERR) Jun 30, 3:52 AM on app version 207 Samsung Galaxy S8 (dreamlte),...
View ArticleText below splash screen on Android
I am using Xamarin Forms. In my Android project I have a file MainAcitivity.cs. Using this file I set splash screen in my application MainActivity.cs [Activity(Label = "aaa", Icon = "@drawable/icon",...
View ArticleHow to open csv files in xamarin.ios multiplatform application?
hello all , I am working on xamarin.forms app, the aim of my app is to open and read csv file, in xamarin.android build works fine but when I try to run the same app in xamarin.ios and try to open the...
View ArticleSelect text in label and copy it
In Xamarin Forms when I am creating a label I cannot select it and copy. How can I make a label in Xamarin Forms copyable? Currently, for me its strange behavior that user is not able to select and...
View ArticleOCR feature with Camera in Xamarin Android
I have a requirement to develop a text recognition interface in my Xamarin Android app, where user will point their camera with pre-defined camera area into a English text. Subsequently at run time it...
View ArticleTrigger Button Click Event on Press Enter Key (Not Entry Completed Event)
Hello Everyone, I am using MC3000 Zebra barcode scnanner . This device runs on Android OS. I wrote an application using Xamarin Form (SCL) and deployed in this device. I am facing some issues regarding...
View ArticleDetecting Outgoing call and extracting number
Hi, Is there a way to detect outgoing call and extracting the number called? Thanks and regards, Pooran
View ArticleHow do I find out which SIM is making the outgoing call in an Android dual...
How do I find out which SIM is making the outgoing call in an Android dual SIM phone, programmatically?
View ArticleInvalid iTunesArtwork dimensions (1536x1536)
Hello, I Just made a new Prism Xamarin.Forms project with Unity. If I want to deploy on iOS device "iPhone" this error appears: Invalid iTunesArtwork dimensions (1536x1536) for...
View Article