Removing shadow from android buttons
suddenly my buttons started showing shadows, which they didn't before. I am not sure what caused the style to change, but I would like to just have a plain rectangle with no visual effects as buttons....
View ArticleIs there a way to disable the sticky headers of a grouped ListView? (iOS)
Hello! I've been trying to do this with Custom renderers but it seems to me that this may not be possible. Does anyone know some information about this? I have tried with different approaches like:...
View ArticleListView Grouped Style on iOS
I'm wondering if anyone has found a simple way to set the rendered UITableView on iOS to UITableViewStyle.Grouped when using a ListView from Xamarin Forms. It's easy enough to do with TableView as I...
View ArticleWhat is the best method to identify User Login device ?
What is the best method to identify User Login device ? Please suggest some ideas.
View ArticleShow alert message on tapping push notification when application is foreground
Dear All, Hope everybody is doing well. I implemented push notification in xamarin forms and it's working fine in both android and ios. What I want is when application is in foreground and any...
View ArticleXamarin.Forms 4.0 ImageSource Not Working
Hello, I'm a new xamarin developer.I have a problem. I was changing the background of the contentpage with the BackgroundImage function in version 3.6. But soon the update came and I upgraded to...
View Articleis it possible to have non-Sticky headers in listview when grouping items?
on android the listview headers are non sticky while on ios the headers are sticky. is it possible to have the same behavior which we have on android platform?
View Articlehow to make the top nav bar invisible when using shell?
I'm trying to use shell , but I want to customize y top nav bar , I tried to find something to change the bachground color and the title color but I didn't find anything, so I thought I can get the...
View ArticleIssue on Navigating back Master Details Page in Xamarin forms MVVM prism...
Hi, I've attached a small project in which I'm currently facing the issue. I've one Page it navigates to MasterDetail Page. MasterDetail Consist a Page1 in detail , there is one button which navigates...
View ArticleLive/Hot reloading at runtime that WORKS!
And it works really good! Check it out http://livexaml.com/ Microsoft you have my approval to buy this company
View ArticleCrash when placing CarouselView in ViewCell
I get a crash when: <ListView ItemsSource="{StaticResource array}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <CarouselView /> </ViewCell>...
View ArticleGradient as background color
I want to set a gradient background to a Xamarin.Forms layout and view. How can i do that? A tricky but not very appealing is using a WebView and settings the gradient background using CSS but i want...
View ArticleDraw Circle in xamarin form
Hi All, Just list as "BoxView" control create "rectangle" shape in xamarin, how to i create "Circle" for slide image in CarouselView? Please help.
View ArticleHow do I disable Floating GroupedHeader in Xamarin Forms iOS
I have a ListView with IsGroupingEnabled set to True. But the native behavior in iOS offers a floating Header. Is there a way to disable the floating Headers when I scroll down the list? I want it to...
View ArticleSQLite example
Just doing my first steps on Xamarin. Anybody can tell me what the SQLite example "ToDo" on the Microsoft page is about? (sorry, I'm not allowed to post the link) Nothing runs when hitting the debug...
View ArticleView a locally stored PDF file.
Hi, How do I view a downloaded PDF file? here is my much shortened simplified test code: var localFile = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\myfile.pdf"; if (await...
View ArticleHow to take multiple images using Camera from both android and iOS device?
I don't have any idea about this, previously I worked on select multiple images from gallery it's working. But in my scenario, Take pics from camera and will store in same screen not in local device...
View ArticleXam.Plugin.Media not working
This is my Xaml (C#): `private void Xaml() { Title = "Incidências"; var Grid = new Grid(); Grid.RowDefinitions = new RowDefinitionCollection(); //Colunas Grid.ColumnDefinitions.Add(new ColumnDefinition...
View Articlehttps://stackoverflow.com/questions/56380766/xamarin-forms-dbcontext-migratea...
I Have built my App using an older device which is running Android 7, it is working fine. When I tried to deploy and debug on my Galaxy S9. I step through the code and it seems it always crashes when I...
View ArticleAndroid Back button or Navigation doesn't work!
Hello. I'm working on a Xamarin.Forms App, just testing on Android and iOS platforms at this time. I'm having trouble with one of my client's request for the app.. Let me explain. The app starts in the...
View Article