[Enhancement] The most wanted things!!! #76
Replies: 14 comments
-
Add all of https://github.com/xamarin/Xamarin.Forms/labels/F100 to this list, thanks |
Beta Was this translation helpful? Give feedback.
-
Web support. Convert xaml to html+css+js or webassembly |
Beta Was this translation helpful? Give feedback.
-
@qtbui159 this is off topic, but Uno already brings xaml to web using webassembly https://github.com/unoplatform/uno |
Beta Was this translation helpful? Give feedback.
-
@dpaulino The real Xamarin.Forms on the web is https://github.com/praeclarum/Ooui and I hope that it can be officially absorbed into Xamarin.Forms/Maui. |
Beta Was this translation helpful? Give feedback.
-
@mhrastegary77 Floating Action Button and Extended Floating Action Button: |
Beta Was this translation helpful? Give feedback.
-
@dpaulino I mean the problem of MAUI with the current plan is we still have web dev and mobile/desktop dev separate from each other. |
Beta Was this translation helpful? Give feedback.
-
It would be great to add a bottom sheet component (Floating View..maybe) It is always a pain to do something like that from scratch. There are nuget packages, but not all of them are smooth enough in both Android and iOS. |
Beta Was this translation helpful? Give feedback.
-
While all that is mentioned here is great, I would really welcome some kind for feature parity with the CSS Box Model. Let me explain. Any normal HTML element can have its padding, margin, border, corners, shadows and background customized and I really mean ANY HTML element. Also, you can choose the kind of box sizing (eg. content box, border-box, padding-box?) I would really like to see all of these implemented for ALL Xamarin.Forms/MAUI views including layouts like Grid and Stack. There are some crazy things in CSS that would be really difficult to implement for mobile like I would also very mush like to have the ability to add relative values. There a lot of times where I wished I could add Padding to the sides of a view that is relative to the width of the view. Doable now through converters but still a hassle to get it working. If all of these CORE features are implemented it would give developers a lot of flexibility to customize the UI and there won't be a need for external views like Pancake view (which doesn't really apply the borders or shadows to the view itself, it just wraps and then clips the inner view) but that doesn't mean I am not grateful for the author of that library 😅. |
Beta Was this translation helpful? Give feedback.
-
we really need a bottom action sheet like material design :( |
Beta Was this translation helpful? Give feedback.
-
@ivanbasov we really don't have much menus in Xamarin.Forms we just have picker and action sheet! no context menus, no context flyouts, no popups, nor dropDown menus and no bottom sheets. I hope MAUI will surprise us all :( ❤ |
Beta Was this translation helpful? Give feedback.
-
there are icons if you use font awesome ? it works very well and even better scales automatically as its a font!
… On 10 Jul 2020, at 20:40, MH Rastegari ***@***.***> wrote:
@ivanbasov <https://github.com/ivanbasov> we really don't have much menus in Xamarin.Forms we just have picker and action sheet! no context menus, no context flyouts, no popups and no bottom sheets.
even the design of lisview contextMenu is outdated on iOS and is kinda a SwipeView Duplicate plus still no icons support for iOS and UWP!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <https://github.com/dotnet/maui/issues/76#issuecomment-656824868>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACOGERTZYFAK2EQVW5SHWNLR25OANANCNFSM4NG5PFXA>.
|
Beta Was this translation helpful? Give feedback.
-
@mrwcjoughin sorry i didn't write that correctly! i was saying listview ContextMenu doesn't support icons for UWP and iOS :) |
Beta Was this translation helpful? Give feedback.
-
Better support for text trimming and wrapping. Some Xaml goodies, First-class support for VisualStateManager, data/event triggers, and behaviors. If possible, control templates would be amazing. Performance on Android needs some help. Android with views/pages vs IOS is not comparable. However, performance is being looked at in MAUI. CollectionView renamed to ItemsControl? Might be confused with System.Windows.Data.CollectionView ? |
Beta Was this translation helpful? Give feedback.
-
And make sure 1 pixel is exactly 1/72nd of an inch |
Beta Was this translation helpful? Give feedback.
-
Summary
If MAUI is gonna be something cooler, it should have the most wanted things that developers wants from Xamarin.Forms and never happened...
Some requests from Xamarin.Forms
No proposal founded:
What i Really wish
lowering UWP minimum requirement to 10240 (or at least 15063 and 14393)
this list will be updated...
Beta Was this translation helpful? Give feedback.
All reactions