Pedro Jesus
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 is your app using TabPage or Shell?
@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) 
@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