Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.39k stars 184 forks source link

Pause Feature for GPX Routes not working [BUG] #187

Open JZang05 opened 9 months ago

JZang05 commented 9 months ago

Describe the bug A clear and concise description of what the bug is. When a GPX route is running, although the "pause" symbol is displayed on the bottom right-hand corner, clicking on the button does not result in the the stopping of movement and the "pause" symbol is still there.

To Reproduce Steps to reproduce the behavior:

  1. Import a GPX file with the iphone connected
  2. Click on "navigate" to start the route
  3. Attempt to click on the "pause" button on the bottom right
  4. Movement continues

Expected behavior A clear and concise description of what you expected to happen. I would expect the "pause" button to turn into a "resume" button and for movement to be stopped.

Screenshots If applicable add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here. I am using a macbook air 2022 M2. Upon further inspection, pausing a navigation in progress is NOT possible REGARDLESS of whether a GPX file or simply clicking a point and navigating is used.

Schlaubischlump commented 9 months ago

Thank you for the detailed report !

The button just shows the current status. It is not clickable. You can pause the navigation with the menu item or by pressing the space bar.

Although I do agree that the button should have an action attached to it. I therefore change this issue from bug to enhancement.