Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (161)

Results for maui

December 8th, 2023
Best way to ensure smooth page transitions in .NET MAUI

Using Shell navigation in dotNET MAUI, what is the best (most reliable) way to ensure that page transitions are always animating and doing this as smo...

c#mauinavigationanimation
Read more
December 10th, 2023
Maui Error - Screen Recording - Error on StopRecording();

I'm working on attempting to add Android implementation to https://github.com/jfversluis/Plugin.Maui.ScreenRecording I think I checked all bases, but ...

mauimaui-androidforeground-service
Read more
December 4th, 2023
MAUI .NET 8 Images doesn't fit in button anymore

I'm creating a multiplatform MAUI application for Windows and Mac platforms. I've updated project to .NET 8 recently and I'm having some issues with b...

c#mauibutton.net-8.0
Read more
December 5th, 2023
Moving a custom ViewCell renderer from Xamarin to MAUI

In XAMARIN FORMS I used a custom renderer to change the background color of a selected item in a ListView and the default background color, but I was ...

maui.net-6.0
Read more
December 4th, 2023
Display of Label inside Custom ViewCell showing Name of class item instead of ListView binding when using a custom handler in .Net Maui iOS

In XAMARIN FORMS I used a custom renderer to change the background color of a selected item in a ListView and the default background color, but I was ...

maui.net-6.0
Read more
December 6th, 2023
Image not displaying from Image Path .Net Maui

I am trying to display image in a collection view. Image is saved to the Applicationdatadirectory using MediaPicker.Default.CapturePhotoAsync(); Once ...

c#.netmaui
Read more
November 30th, 2023
maui: changing a bound string from code does not update ui unless string is regenerated (mvvm)

This is my string: public string EmptyViewText { get; set; } = "Please input a bin id first!*"; I have a simple command: public async Task Entry(strin...

c#mauidata-binding
Read more
November 29th, 2023
MAUI: Binding to my viewmodel throws an error before compilation (prop not found)

I have a simple view model: public List Items { get; set; } = new List(); public class DisplayModel { public string Name { get; set; } public...

mauixamlcompiled-bindings
Read more
November 23rd, 2023
How to share code between iOS and Mac on .NET MAUI? (no conditional compilation and no code repeat)

Let's say I defined a partial class on each platform, which defines an "initialize" method, and I call that method from my shared context. I defined t...

c#.netmacosiosmaui
Read more
November 21st, 2023
Placing list contents upside down and straight in .NET MAUI

I have a partial code like this: CollectionView ItemsSource="{Binding Country}" SelectionMode="None"> CollectionView.ItemTemplate> DataTe...

.netmaui
Read more
November 22nd, 2023
Placing collectionview contents horizontal left to right and right to left in .NET MAUI

I have an image like this: I have a partial code like this: CollectionView ItemsSource="{Binding Country}" SelectionMode="None"> CollectionView.I...

.netmaui
Read more
November 28th, 2023
How Do I Add A Borderless Entry To A Page From A Class Library In .Net MAUI

I am able to set up and add a Borderless Entry to a page i) from XAML, and ii) from code behind. However I would like to create the page UI from a met...

maui
Read more
December 6th, 2023
[VS MAC]Updating to .NET 8 all of my Maui projects display Error NETSDK1139: The target platform identifier ios was not recognized

Yesterday I updated from .NET 7.0 to .NET 8.0 following my colleague doing so and having it work immediately. For myself however, on both my VS Mac an...

c#mauivisual-studio-2022.net-8.0frameworks
Read more
November 28th, 2023
Updating to .NET 8 all of my Maui projects display Error NETSDK1139: The target platform identifier ios was not recognized

Yesterday I updated from .NET 7.0 to .NET 8.0 following my colleague doing so and having it work immediately. For myself however, on both my VS Mac an...

c#mauivisual-studio-2022.net-8.0frameworks
Read more
November 28th, 2023
How we can access the Healthkit framework in .net MAUI app and access the HealthData

How can we get the data of Healthkit in .net MAUI application? We have this code to get healthdata. But this code gives me error on HkHealthStore. So ...

.netmauivisual-studio-2022healthkitapple-developer
Read more
November 20th, 2023
Check a checkBox in a listView .net maui

In my project maui i want a helper to check checkBox when I select an item from the listView with multiple selection. My listView in xaml: ListView x:...

c#mauixaml
Read more
November 17th, 2023
Free Dotnet MAUI better Datepicker

Im getting some really bad feedback regarding the stock dotnet maui datepicker. The users do not understand it, is there a way of changing the interfa...

.netmaui
Read more
November 16th, 2023
.NET MAUI Push Notifications with Firebase Cloud Mesaging

I want to implement a very simple push notification system using Firebase Cloud Messaging. The MAUI project is built on top of the .NET 8 version. I'v...

c#.netmaui
Read more
November 14th, 2023
How to implement changing slider value with mouse wheel in MAUI?

Actually the question is in the title. The WPF solution doesn't fit (or I haven't figured out how to adapt it), and I couldn't find anything else spec...

c#.netmauislidermousewheel
Read more
November 23rd, 2023
MAUI: Issue with reading phonebook contacts

I follow this blog for reading phone book contacts from my Android and iOS devices and it was working fine on my Xamarin forms project. Now I am migra...

maui
Read more
November 12th, 2023
MAUI Set FlyoutFooterTemplate Label value to App version

I have a Label in a FlyoutFooterTemplate DataTemplate in my Shell App and I would like to set it to the current App Version (AppInfo.Current.VersionSt...

c#mauibindingflyout
Read more
November 16th, 2023
.NET MAUI Pass Value from TabBar/ShellContent to Target Page

I have a very simple TabBar with a few ShellContent elements such as this: ShellContent Title="Staying at Home" Icon="house_user_solid.png" ...

.netmauimaui-community-toolkit
Read more
December 8th, 2023
.NET MAUI Numeric Entry with a decimal enforcing Behavior containing a property that dynamically determines the number of decimal points not working

I am following the MVVM design pattern for my .NET MAUI app, and have a DecimalDigitsBehavior behavior that is applied to my Entries: ...

c#mauimvvmbehavior
Read more
November 13th, 2023
MAUI: NotificationTapped event is not firing in foreground mode

I am using Plugin.Firebase and Plugin.Firebase.Crashlytics packages for implementing push notification in my MAUI application. I referred this blog an...

maui
Read more
November 12th, 2023
Keep subview aligned to top on .NET MAUI ScrollView [iOS issue]

I have a VerticalStackLayout inside a ScrollView. Some items inside the VerticalStackLayout are shown/hidden dynamically at runtime. I noticed that, o...

c#.netiosmaui
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?