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

[Android] Seeing a blank screen, no content #31

Closed
davidortinau opened this issue Jan 11, 2020 · 6 comments
Closed

[Android] Seeing a blank screen, no content #31

davidortinau opened this issue Jan 11, 2020 · 6 comments
Labels
area-mobileblazorbindings Experimental Mobile Bindings for Blazor
Milestone

Comments

@davidortinau
Copy link

I created a new project to implement some existing layouts I have, but the page only shows blank. Not sure it's loading at all. Solution attached.

Archive.zip

Screenshot 2020-01-10 19 09 04

@davidortinau
Copy link
Author

I think it's the IsPassword on the Entry. No error thrown, but the formatting shows it's not bold, and it's not in the intellisense.

Screenshot 2020-01-10 22 53 25

@Eilon
Copy link
Member

Eilon commented Jan 11, 2020

Could be. There are definitely some error paths that are not well-handled, so there are probably 2 items here: 1. Missing property; 2. Bad error handling.

@Eilon Eilon added the area-mobileblazorbindings Experimental Mobile Bindings for Blazor label Jan 11, 2020
@filipoff2
Copy link

filipoff2 commented Jan 15, 2020

Same on MobileBlazorBindingsTodo.Android
but I changed to
{
"sdk": {
"version": "3.1.101"
}
}
global.json

Hello, Word ! increment = works fine

@Eilon
Copy link
Member

Eilon commented Jan 21, 2020

BTW to see if there's an exception, make sure to run with the debugger and catch all CLR (.NET) exceptions:

image

@Eilon
Copy link
Member

Eilon commented Jan 21, 2020

I added support for Entry.IsPassword, as well as several other missing properties. So, in the next update, this specific scenario should just work.

@Eilon
Copy link
Member

Eilon commented Jan 22, 2020

OK I can't seem to reproduce the blank screen thing. If I have "invalid markup" (such as setting a property that doesn't exist), I see a full-screen stack trace within the app.

So, closing this bug for now. Thanks for the report!

@Eilon Eilon closed this as completed Jan 22, 2020
@Eilon Eilon added this to the 0.2.0-preview milestone Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mobileblazorbindings Experimental Mobile Bindings for Blazor
Projects
None yet
Development

No branches or pull requests

3 participants