Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No image rendered on the MAUI App created by template (Preview 5) [Bug] #1382

Closed
ncarandini opened this issue Jun 19, 2021 · 2 comments
Closed
Assignees
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor t/bug Something isn't working

Comments

@ncarandini
Copy link

Description

When running the MAUI app in the emulated Android device, I can 't see the Dotnet bot image:

image

Steps to Reproduce

  1. Install VS 2022 (Version 17.0.0 Preview 1.0) or in the VS 2019 (Version 16.11.0 Preview 2.0)
  2. Update maui-check and run it
  3. Create a new MAUI app from the VS template

Expected Behavior

In the main page, below the "Click me" button, see the dotnet bot image

Actual Behavior

The image is not shown.

@andyfmking
Copy link

Setting the HeightRequest on the image in MainPage.Xaml fixes it.
Also the label with the counter in MainPage.Xaml doesn't show the second digit when count is greater than 9, seems that the HorizontalOptions for the Label still doesn't work (currently tested on Android only)

@Eilon Eilon added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Oct 18, 2021
@jsuarezruiz jsuarezruiz added the t/bug Something isn't working label Nov 5, 2021
@jsuarezruiz
Copy link
Contributor

Testing with Preview 11, the image appear and the text is invalidating the Layout
image

I am going to close the PR, but feel free to reopen it or open a new one if find anything!.

@jsuarezruiz jsuarezruiz added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Nov 5, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants