[SPEC] Xaml Designer For All Platforms Excluding Web. #128
Replies: 11 comments
-
Just curious why the title of this issue ends with "Excluding Web". Does that mean web IS expected to be a platform target for Maui? And if so why would it be excluded from a XAML designer? |
Beta Was this translation helpful? Give feedback.
-
@legistek I change the title and amended the list to include web I was just thinking of the amount of extra work at end of the day every pc has a browser a person just hits F5 and the kestrel engine is very fast for dev work that people rare complain about web being slow in dev work. |
Beta Was this translation helpful? Give feedback.
-
Hey @davidbuckleyni I think my question is a little more fundamental. Is web actually going to be a platform for Maui? That would be great news but no one has actually said it was. So that's why I asked. |
Beta Was this translation helpful? Give feedback.
-
I totally agree with @legistek, it would be nice to get an answer about Web (browsers) targeting in MAUI.
Thx |
Beta Was this translation helpful? Give feedback.
-
I totally agree with @legistek and @tomasfabian. MAUI must support Web. |
Beta Was this translation helpful? Give feedback.
-
Clearly they're seriously contemplating web as a platform (and how could they not be?) and aren't ready to share any details. At least that's what I'm choosing to believe. |
Beta Was this translation helpful? Give feedback.
-
Affected means which areas it should be implemented in and what we would like to see it implemented in. Of course we have had no say so if web would even be in Maui it makes since it will be. |
Beta Was this translation helpful? Give feedback.
-
@davidbuckleyni my apologies, I mistook this for an official issue from the team, following the template etc., and thought maybe you knew something we didn't. :) |
Beta Was this translation helpful? Give feedback.
-
No I just no how to create a spec properly |
Beta Was this translation helpful? Give feedback.
-
Welp so far literally this discussion thread didn't have any activity for 2 years |
Beta Was this translation helpful? Give feedback.
-
I think we should mark this close for disucssion |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Xaml Designer
Android and Ios in their own projects have a Gui Editor with the conversion to Project Maui we should allow developers of both android and iOS applications to use some kind of drag and drop interface.
# API
Interface
The interface should allow the end user to drag and drop buttons text and any Maui control onto the surface. The user should be able to choose from
StackLayout
GridLayout
With a Grid Design Interface should popup for us to say how many rows and columns much the same way word table gen works. Grid Lines should also appear so we can place mock data into the wire frame xaml.
Once the user has crafted the user interface it should give them an option to apply constraints these should be either.
Boiler Plate code should be produced in terms of the xaml layer and also the designer file. The Boiler Plate code that is generated should give the option Either to Produce xaml Or c# for markup
Form Wizard
If the person already has models created their should be a way that the toooling in the editor could produce a xamrain form out of it the user should be able to specify if its 2 column or a stack layout.
Place holder code for the form events should also be generated such as save cancel return to previous view etc add button.
This would allow the programmer to be more productive and also would allow designers to use the designer side of the xaml designer so that the designs are true representations of the photoshop file or the xd document.
Some tooling also to define zones in photo shop or xd would also be good.
Affected
IOS
Andriod
Tizen
Android TV
Watch Os
Apple Os
Web ( Depending on Community Stand-up Review)
XAML Example
Beta Was this translation helpful? Give feedback.
All reactions