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

[BUG] Map doesn't re-render If there is no internet #2440

Open
2 tasks done
eduardoagr opened this issue Jan 14, 2025 · 0 comments
Open
2 tasks done

[BUG] Map doesn't re-render If there is no internet #2440

eduardoagr opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working unverified

Comments

@eduardoagr
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

I am doing an app, that fetches turbines that comes from firebase, if I have internet, everything works normally, if I do not have internet, I get a popup.

The problem is that regarding the internet connection, on Android, the map always shows.

On Windows, if you start the app without internet the map doesn't show, but if you turn the internet back on, the map doesn't re-render itself

Expected Behavior

When the internet is back on, I want the map to re-render itself, or make the map behave like Android that it will how even though I do not have internet

Steps To Reproduce

  • Clone repository
  • Run the app without internet on Android (the map will show regardless of the internet status)
  • Run the app without internet on Windows (No map will be displayed)
  • Turn the internet back on
  • No map

Link to public reproduction project repository

https://github.com/eduardoagr/METROWIND/tree/MetroWind-1-2

Environment

- .NET MAUI CommunityToolkit: 9.1.1
- OS: Android, Window
- .NET MAUI: 9

Anything else?

No response

@eduardoagr eduardoagr added bug Something isn't working unverified labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified
Projects
None yet
Development

No branches or pull requests

1 participant