OpenArchive / Save-app-ios

Secure Mobile Media Preservation
https://open-archive.org/
GNU General Public License v3.0
10 stars 3 forks source link

Adjust swiping gestures in various dialogs (login to IA, select photo permissions) #207

Closed huertanix closed 10 months ago

huertanix commented 2 years ago

Some of the dialogs in the iOS app, namely the webview that pops up when creating a new IA API key, and the photo permissions dialog that opens when choosing a photo to give Save permissions to read, get accidentally dismissed by scrolling slightly too hard during testing, forcing the user to start over. I'm not sure if this is an iOS default swipe behavior for those kind of components, but it would be great to configure the swiping gestures attached to it, to make it less prone to accidentally swiping away.

tladesignz commented 2 years ago

Yes, actually thats standard behaviour of iOS UI components since version 13.

I'm not sure it's a good idea to try to be more clever than the UX folks at Apple.

foundscapes commented 10 months ago

solved for in Save 2.0 ux updates