Putting a reusable MAUI content page in a library
In my MAUI mobile app I have a usual login content page that validates the user against AWS Cognito. My solution has 5 MAUI mobile projects, each with the same need to login to the same AWS service. The sensible thing to do is to put the login code into a dll and share it to all other projects.
Putting a reusable MAUI content page in a library
In my MAUI mobile app I have a usual login content page that validates the user against AWS Cognito. My solution has 5 MAUI mobile projects, each with the same need to login to the same AWS service. The sensible thing to do is to put the login code into a dll and share it to all other projects.
Maui Tabbed Page – Setting the color of the tabbed text
I’ve created a .NET 9 Maui app. I have created a tabbed page inside of the application. Inside of my tabbed page, I have the following commands, just for experimentation. The colors are just something I have thrown out there. I’ve looked in the Styles.xml and Colors.xml but don’t see anything obvious. Any idea how to easily make the text appear in the tabs? I have tried setting the SelectedItem property of the tabbedpage, but that doesn’t do anything. Looking for suggestions. TIA
Maui Tabbed Page – Setting the color of the tabbed text
I’ve created a .NET 9 Maui app. I have created a tabbed page inside of the application. Inside of my tabbed page, I have the following commands, just for experimentation. The colors are just something I have thrown out there. I’ve looked in the Styles.xml and Colors.xml but don’t see anything obvious. Any idea how to easily make the text appear in the tabs? I have tried setting the SelectedItem property of the tabbedpage, but that doesn’t do anything. Looking for suggestions. TIA
Maui Tabbed Page – Setting the color of the tabbed text
I’ve created a .NET 9 Maui app. I have created a tabbed page inside of the application. Inside of my tabbed page, I have the following commands, just for experimentation. The colors are just something I have thrown out there. I’ve looked in the Styles.xml and Colors.xml but don’t see anything obvious. Any idea how to easily make the text appear in the tabs? I have tried setting the SelectedItem property of the tabbedpage, but that doesn’t do anything. Looking for suggestions. TIA
What causes the ICommand of the ContentView to never be invoked?
I have a custom control as follows:
What causes the ICommand of the ContentView to never be invoked?
I have a custom control as follows:
What causes the ICommand of the ContentView to never be invoked?
I have a custom control as follows:
What causes the ICommand of the ContentView to never be invoked?
I have a custom control as follows:
What causes the ICommand of the ContentView to never be invoked?
I have a custom control as follows: