woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

Improvement: warn User if they pull to dismiss a screen with unsaved content

Open eshurakov opened this issue 3 years ago • 1 comments

Several screens in the app are presented modally. Starting with iOS 13 modal view controller are not fullscreen anymore and can be dismissed using "pull to dismiss" gesture. Even though it is quite nice and convenient, at times it can create troubles.

It can be very easy to pull to dismiss by accident. Therefore my suggestion is to warn Users if they pull to dismiss a screen with unsaved content.

So far I found these places in the app where it is possible to dismiss without a warning:

  • Search -> Order Details
  • Order Details -> Add a note
  • ~~Order Details -> Refund~~ (Fixed in https://github.com/woocommerce/woocommerce-ios/pull/3296)
  • Product Details -> Categories -> Add Category
  • Top performers -> Product

eshurakov avatar Dec 16 '20 09:12 eshurakov

Related:

  • Order details -> Add tracking: https://github.com/woocommerce/woocommerce-ios/pull/7156

iamgabrielma avatar Jun 30 '22 07:06 iamgabrielma