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

Polylines make application unresponsive. #21292

Closed
ronniefloyd opened this issue Mar 19, 2024 · 3 comments
Closed

Polylines make application unresponsive. #21292

ronniefloyd opened this issue Mar 19, 2024 · 3 comments
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing platform/android 🤖 s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working

Comments

@ronniefloyd
Copy link

Description

I have created a GPS application. When tracking movements polylines were drawn to show the path the user is running. However, the application kept crashing/freezing after a few polylines were drawn (tenth of a mile, tracked position every 5 seconds). When the functionality for polylines was removed, clearing the map and just showing the users current location successfully ran (tracking the distance as well made it two miles no issues, using the circle functionality to display current location).

Steps to Reproduce

Using the listening code from the Microsoft .NET Maui website with a timer to check change in location every 5 seconds, draw polyline from last location to current location.

Link to public reproduction project repository

No response

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Google Pixel 8

Did you find any workaround?

I removed the polylines and just tracked the users location without showing a path. Once the polyline functionality was removed application did not freeze/stop.

Relevant log output

No response

@ronniefloyd ronniefloyd added the t/bug Something isn't working label Mar 19, 2024
@PureWeen PureWeen added platform/android 🤖 area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing s/needs-repro Attach a solution or code which reproduces the issue labels Mar 19, 2024
Copy link
Contributor

Hi @ronniefloyd. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@dotnet-policy-service dotnet-policy-service bot added the s/no-recent-activity Issue has had no recent activity label Mar 25, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
@dotnet-policy-service dotnet-policy-service bot removed the s/no-recent-activity Issue has had no recent activity label May 1, 2024
@samhouts
Copy link
Member

Duplicate of #20502

@samhouts samhouts marked this as a duplicate of #20502 May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing platform/android 🤖 s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants