Pedro Jesus

Results 290 comments of Pedro Jesus

@brminnick you can use this as reference too: - https://github.com/dotnet/maui/pull/3161

@needledrag can you reproduce this using `release` mode, with the same configurations that you use to build the test flight app?

@needledrag for now, you can try to set the value on info.plist, probably it's caused by some issue around the initialization. This was working before?

> @r-work can you name your `Frame` instead? Can you use Border instead? AFAIK `Frame` is kind `compatibility`, in .NET MAUI, and should be replaced by `Border`. From [docs](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/frame?view=net-maui-8.0) ![image](https://github.com/CommunityToolkit/Maui/assets/20712372/05f3465e-7a31-4696-99b8-65c55e20bc64)

@tranb3r thanks for you repo. Friendly asking, when provide a repo, please make sure it has all platforms on it, that way we can test it better

@Hackmodford this is another problem, please open a new issue with a sample project that reproduce the bug

@stgiaf if you remove the white background on your border, you will be able to see the Labels.

@jonmdev, you can take a look on the CameraView implementation for XCT, we used the TextureView there. The code part is [here](https://github.com/xamarin/XamarinCommunityToolkit/blob/main/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/CameraView/Android/CameraFragment.android.cs) and [here](https://github.com/xamarin/XamarinCommunityToolkit/blob/main/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/CameraView/Android/AutoFitTextureView.android.cs) and xml part is [here](https://github.com/xamarin/XamarinCommunityToolkit/blob/main/src/CommunityToolkit/Xamarin.CommunityToolkit/Resources/Layout/CameraFragment.axml). The...

is it a brand-new file > new project? Need to double check if that's the native splash screen or the extended one