Setting the background of a MasterDetailPage to be transparent
When I try to set the background color of the Master (of the MasterDetailPage) to transparent, it stays white. Basically what I would want to see, is that the color from the detail page is shown...
View ArticleRadioButton in a ListView Problem
I am running into a bit of an issue when implementing the new experimental RadioButton in a ListView. The radio buttons work great until I start scrolling though the list. After selecting a few options...
View ArticleHow to use Switch with TapGestureRecognizer in listview?
<ListView ItemsSource="{Binding UserList}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <StackLayout> <Switch OnColor="#D27474" ThumbColor="#D27474"...
View ArticleHow to get current page in Shell?
Hi. I need to get a current presented page in Shell. I see a property PresentedPage in runtime. But can't see this property in code. How can I get this? Note: I don't need a route, I need real page...
View ArticleWebNavigatingEventArgs e.Cancel=true not working on Android
I'm trying to make a WebView open all external links in a browser rather than within the WebView itself and have hit a few snags. I have a custom WebViewRenderer that resizes the webview to the size of...
View Articlewhen stacklayout will has a border?
there will be a border in stacklayout in conditions when it will has a border and how to remove it?
View ArticleShape Disappear After Update Version Xamarin Forms
Hi anyone knows why my shape not appear after update version xamarin forms to 4.8.0.1269? This code shows love shape --> Is there any method to create this shape besides image.
View ArticleShell Navigation
Hey guys, I have a little problem about navigation. My "Menuitem" send me to page "//telaPaginaOpcao" and next step I'm going to 2 pages more, after that I return to //home, but my problem is going to...
View ArticleXamarin Forms: How to capture the webview video/audio play time?
I am using webview for playing video and audio in my projects like the below screenshot. I need to capture the video/audio playtime when going back from that page. I research about this but didn't get...
View ArticleFirebase dependency service
Hello guys, I need your help with something I am using firebase with dependency service. I am already login the user, signing the user and inserting a new User into Firestore The thing is That I cant...
View ArticleStyle methods
Hi I have come across two methods of styles as below; one of them uses ResourceDictionary. What are the pros and cons, or is it just individual preference? Thanks Regards <Shell.Resources>...
View Articlehow to make Qr code reader in pocket pda with android?
Hello I'm doing a code reader which already works with the camera but I want it to work with a pocket PDA that has SCAN integrated Any idea how I could do it? Will it only be with some permission or is...
View ArticleHow to stop the activity indicator after click on button /navigate to the...
Hello, I have the login form on which i have added the activity indicator ,I want to work the my application like when I enter the credentials activity indicator should start & when i click on...
View ArticleHow to add custom fonts on xamarin forms
Hello, I work on a project xamarin forms, and i want to add a new font family. i followed the official tutorial and it's not working! i downloaded a font fantasy.ttf and then i paste it in asset of...
View ArticleXamarin Forms - Cascading ListView/CollectionView cell animation
In our project, we got a requirement to implement something like a cascading ListView cell animation (cell loads up one-by-one, instead of just in one shot). What are my options to implement it easily...
View ArticleWhich push notification integration would you recommend for Xamarin Forms in...
Hi everyone ! I need your ideas. A few years ago, I integrated Push Notification for Xamarin Forms via AppCenter. But, then I guess the push notification service was removed from the AppCenter. Which...
View Articlesearchbar CursorDrawable (Cursor color ).
How to change searchbar CursorDrawable (Cursor color ) in xamarin forms?
View ArticleHow to custom a view to make a circle checkbox and a addminus button?
I want to make a circle check box and a add and minus button how to make the view?
View ArticleColor palatte in xamarin
Hello everyone! as am new to this platform I don't know how to achieve this in xamarin I want a color palette in xamarin where I can select any one color and write code on the selection of colors
View ArticleEmail reciever
Hi, I would like to recieve mail in my application. I found a NuGet Library called MailKit. The problem is that after starting the application it locks on the ssl certificate. public partial class...
View Article