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

Fixed: Touch target size issue reported by the playstore. #3818

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3811

  • Fixed the touch target issue occurring in the HelpFragment screen. Added the minWidth and minHeight. To manage the current design we made modifications to this screen like adding the padding and scaleType otherwise, the design would look much bigger than the previous.
  • Changed the width of page_switch to wrapContent instead of fixed width which prevents to expansion of the view if there is more content to display.
  • Increase the height of SearchView's editText to resolve the Touch target issue.
  • Added the minHeight for deviceName to resolve the touch target issue. Also, added the contentDescription for this textView.
  • Moved the "Device Name" string to strings.xml file since it was hardcoded here.
  • Added minHeight for showing link textView in external link popup.

* Fixed the touch target issue occurring in the HelpFragment screen. Added the `minWidth` and `minHeight`. For manintaing the current design we have done some modification in this screen like adding the padding and `scaleType` otherwise the design was looking very bigger then previous.
* Changed the width of `page_switch` to `wrapContent` instead of fixed width which prevents to expansion of the view if there is more content to display.
* Increase the height of SearchView's editText to resolve the `Touch target issue`.
* Added the minHeight for `deviceName` to touch target issue. Also, added the contentDescription for this textView.
* Moved the "Device Name" string to strings.xml file since it was hardcoded here.
* Added `minHeight` for showing link textView in external link popup.
Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 53.20%. Comparing base (f55df2f) to head (284c1bf).

Files Patch % Lines
...iwixmobile/core/extensions/SearchViewExtensions.kt 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3818      +/-   ##
============================================
+ Coverage     53.19%   53.20%   +0.01%     
- Complexity     1310     1311       +1     
============================================
  Files           292      292              
  Lines         11052    11062      +10     
  Branches       1470     1471       +1     
============================================
+ Hits           5879     5886       +7     
- Misses         4197     4200       +3     
  Partials        976      976              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelson42 kelson42 merged commit 8c31268 into main May 3, 2024
10 checks passed
@kelson42 kelson42 deleted the Fix#3811 branch May 3, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Touch target size issue reported by the playstore.
3 participants