Masked Image
Hi guys ... a simple question : Could we have a masked image in xamarin forms ?? is it possible ?? in another word ... could we show an image inside an irregular shape ?
View ArticleChange Tabbed Page From Button
Hello, I was currently working with Tabbed Page : <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleUniversal Links not working in my Xamarin.Forms iOS app
I followed these instructions, but I can't get my app to respond when clicking on specific web links. https://xamarinhelp.com/ios-universal-links/ Here is my apple-app-site-association file. It has no...
View ArticleXamarin.Forms Azure AAD Login Page Looses Entered User Name on Device...
I have Xamarin.Forms application that authenticates user against Azure AAD. That all works fine but on Android, device orientation looses user name on the Microsoft authentication screen. Here I am in...
View Articledraw a dot on image
Does any one know how to add a dot on an image? In xml file, I use to display a image, now I want to add a dot on this image by giving a x, y value and directly draw a dot at the location I want....
View ArticleIssue using Acr.UserDialogs Nuget
Hi, I am trying to use this: github.com/aritchie/userdialogs in my Xamarin project but I am facing a problem where when i put the UserDialogs.Init(this); in the MainActivity.cs I get an error saying...
View ArticleRare behavior of the stack layout
Hi, i'm using SfDataform plugin, from h ttps /www.syncfusion.co m . when I launch the application, the layout gives error, but when I upload an image, it is fixed, could anyone know what is happening?...
View ArticleHow to resolve errors in Resource.designer.cs when building for Android
My Android build has been reporting errors in Resource.designer.cs, an automatically generated file. The errors result from a full-stop (aka period) being in a couple of entries in the .cs file, as per...
View Article.NET 2.0 Compatibility issue in Xamarin.Forms
Hello, I created a project that targets Android 8 at first, but I needed to downgrade to target Android 5.1. I changed target platform, then I uninstalled all packages and finally, installed...
View ArticleIs it possible to keep a socket connected in background? (LongPolling)
Hi guys, I'm writing an application in Xamarin.Forms which requires the current GPS coordinates each second to refresh them on other devices. I'm using SignalR as technology in my application, the...
View ArticleHow to detect listview is scrolling up in Xamarin Forms IOS
I have this code to detect but only fire when scroll down for both method ItemAppearing and ItemDisappearing. Anyone please help public MatchDetailListView() :...
View ArticleShowing different DataTemplates depending on bindings.
In WPF I could use ContentControl => ContentTemplate =>Style TargetType => DataTemplate. And use triggers to bind to and get different controls depending on the data that is bound too. Is...
View ArticleEvent clicked children in current Tabbed Page
Hi, Is possible capture event clicked when tab current children of Tabbed page? The event CurrentPageChaged not called when tab current page, only change other tab In the possible without Tabbed Page...
View ArticleMy app is not displaying keyboard
I am having issues when my app is not displaying the keyboard on Huawei phones. User tap the screen but keyborad screen not showing up. What could it be?
View ArticleMy app is not displaying keyboard
I am having issues when my app is not displaying the keyboard on Huawei phones. User tap the screen but keyborad screen not showing up. What could it be?
View ArticleHow to Enable multiple upload
Hi Xamarin Forum, Can someone help me about multiple uploading I have used James Montemagno's File uploading and image cropping but the docs is a little bit short to describe on how to make a multiple...
View ArticlePlace a dot on an image
My app display a coordinate image and I want to place a dot on this pic based on two variables which represents the x and y location. I have no idea how to achieve this purpose and don't know how to...
View ArticleNot able to create a xaml file properly
Hi, I am not able to create xaml file properly .I am getting cross sign after creating the xaml file,Can anyone provide a solution for this. Please find a attached screenshot here
View ArticleHow hide "Title" of child on Tabbed Page
Hi, with respect to "Title" of child of a Tabbed Page: If I do not put the title as seen in the following xaml, It looks like this I want align all the items, included the selected. My XAML: Image 1:...
View Article