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

storage.Delete not supported on Android/iOS #2120

Closed
midu-SA opened this issue Mar 26, 2021 · 1 comment
Closed

storage.Delete not supported on Android/iOS #2120

midu-SA opened this issue Mar 26, 2021 · 1 comment
Labels
bug Something isn't working Driver:mobile Issues relating to the mobile driver specifically OS:Android Tickets affecting only Android devices OS:iOS Tickets affecting only iOS devices

Comments

@midu-SA
Copy link

midu-SA commented Mar 26, 2021

Describe the bug:

This bug is related to bug "File-I/O on Android #2118"

In order to create a work around for bug 2118, I tried to delete the existing file before writing the new data to it.
The method "storage.Delete (uri)" produces on Android the error
"operation not supported for this URI"

To Reproduce:

Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots:

Example code:

Device (please complete the following information):

  • OS: Android
  • Version: Android 10
  • Go version: 1.15.6
  • Fyne version: Develop branch, pre 2.0.2
@midu-SA midu-SA added the bug Something isn't working label Mar 26, 2021
@andydotxyz andydotxyz changed the title File I/O an Android storage.Delete not supported on Android/iOS Mar 26, 2021
@andydotxyz andydotxyz added Driver:mobile Issues relating to the mobile driver specifically OS:Android Tickets affecting only Android devices OS:iOS Tickets affecting only iOS devices labels Mar 26, 2021
andydotxyz added a commit to andydotxyz/fyne that referenced this issue Feb 16, 2024
@andydotxyz andydotxyz mentioned this issue Feb 16, 2024
3 tasks
andydotxyz added a commit that referenced this issue Feb 19, 2024
@andydotxyz
Copy link
Member

Fixed on develop and cherry-picked for v2.4.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Driver:mobile Issues relating to the mobile driver specifically OS:Android Tickets affecting only Android devices OS:iOS Tickets affecting only iOS devices
Projects
None yet
Development

No branches or pull requests

2 participants