Flajt / decentproof-app

Proof that your audio/video/image files taken with this app haven't been tampered with
https://www.decentproof.com
GNU General Public License v3.0
2 stars 0 forks source link

[Bug]: Can't swipe back on IOS devices to navigate to previous page #125

Closed Flajt closed 6 months ago

Flajt commented 6 months ago

Describe the bug If you attempt to swipe backwards on IOS devices, it doesn't work and forces the user to close the app and open it again.

To Reproduce

  1. Open app
  2. Tap on e.g. Image / Video button
  3. Try to navigate backwards
  4. Failure

Expected behavior The option to go a page backwards

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone:

Additional context A workaround could be to use back buttons where applicable

Flajt commented 6 months ago

Seems to be related to WithForegroundTaskWidget, apperatly it's default behaviour.

Flajt commented 6 months ago

The only use cases seems of this widget seems to be to prevent popping the scaffold it's wrapping. Which is not that helpfull and might trigger users

Flajt commented 6 months ago

Will resolve it for now by removing the widget and monitoring the results.