Uno.Samples
                                
                                
                                
                                    Uno.Samples copied to clipboard
                            
                            
                            
                        A collection of code samples for the Uno Platform
Calling CameraCaptureUI on Windows does nothing
Sample currently calls SetStatusBarColor directly on the Window. https://github.com/unoplatform/Uno.Samples/blob/47d73d381e7c2a27a0f76cacf44b14eedf411232/UI/StatusBarThemeColor/StatusBarColorSample.Shared/App.xaml.cs#L155 The Toolkit provides a nice abstraction for StatusBar that allows for colors to be set in XAML see https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/helpers/StatusBar-extensions.html
Explanation: [PR#219](https://github.com/unoplatform/Uno.Samples/pull/219#issuecomment-1339509522)
Add a sample for UnoPongWars minigame.
The `.vscode` folder is required to have a good debugging experience in VSCode, most older samples don't have it.
TBD Required for: https://github.com/unoplatform/uno.toolkit.ui/pull/1062
Small adjustments to literals and also solve a regression when scrolling out of the actual element of interest, but still inside ZoomContentControl.
- Adjut few literals - Add transparent Background to make all area susceptible to PointerWheel events (regression)