Uno.Themes
Uno.Themes copied to clipboard
Validating the available prefix
On which page?
https://platform.uno/docs/articles/platform-specific-xaml.html#available-prefixes
What's wrong?
Need to validate and check which prefixes are useful
Any feedback?
-
[x] win
-
[x] not_win
-
[x] android
-
[x] ios
-
[x] wasm
-
[x] macos
-
[x] skia
-
[x] not_android
-
[x] not_ios
-
[x] not_wasm
-
[x] not_macos
-
[x] not_skia
wasm
not_wasm
skia
not_skia
these 4 prefixes are not working properly. They are working in cross-platform library. https://github.com/unoplatform/uno/issues/5372
Here is the final verdit
- WASM and not_wasm :- This is not working properly on wasm
- Skia and not_skia :- This is not working properly on Skia
[Edit]:- IOS and Mac are working properly.
cc @MartinZikmund / @kazo0 / @Xiaoy312 so you can double check the details @Darsh0307 is sharing for this issue please
cc @MartinZikmund / @kazo0 / @Xiaoy312 so you can double check the details @Darsh0307 is sharing for this issue please
gentle ping on this one
I think it might be useful to warn the user when skia:
or wasm:
is used in XAML file which is not in a cross-targeted library, as it can lead to various confusing situations. Will create an issue for that now, plus we should document it properly