-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MAUI support for Template Studio #4766
Comments
@Natriss Why do you think MAUI App Accelerator isn't sufficient as it is? |
@mrlacey Not at all. |
@Natriss Yep, no harm in asking but for background: |
@mrlacey I'm sorry this has happened to you and how the current state is of this repo. Thank you for your background. |
Is your feature request related to a problem? Please describe.
The current Template Studio is only available for WinUI 3/UWP/WPF.
When it come to cross-platform, you're kinda on you're own on this with ofcourse some help of the documentation.
This might be tagged as a duplicate of #4117
But having it as a question, I really want this to be proposal and/or enhancement.
That question is from 3 years ago and there is almost to no communication of it going to be a proposal or not.
Describe the solution you'd like
It would be nice to be able to set up a MAUI project with given navigation options.
Adding different types of pages and/or sub pages.
Being able to use MVVM Toolkit or not.
Correctly setting up for Multilanguage support.
This might be a difficult one but custom controls with TemplatedView and ResourceDictionary.
TemplatedView is not as deep documented then ContentView and while they are similar, there is a difference.
Having a basic custom control(s) in a page (e.g. a button).
This would show any developer how to correctly create custom controls without going to the DonNetEvolution or Windows App Community Discord server to ask how to create a custom control with a TemplatedView.
This could take the approach how WinUI 3 handles it Generic.xaml concept.
Describe alternatives you've considered
MAUI App Accelerator does it really well in my opinion.
Additional context
No response
Applies to the following platforms:
The text was updated successfully, but these errors were encountered: