itkach / aard2-android

Aard2 for Android, a simple dictionary app
GNU General Public License v3.0
425 stars 98 forks source link

The layout is inconsistent using the "Zoom Out" setting #180

Closed liushuqi-2022 closed 1 month ago

liushuqi-2022 commented 1 month ago

To Reproduce 1.Go to the word details page 2.Click ”More Options“

  1. Click "Zoom Out"

Expected behavior The layout of word details is not disordered

Record untitled.webm

Environment Android version: 8.0 Device: pixel XL App Version: 0.56

itkach commented 1 month ago

For layout-preserving zoom, use pinch gesture. Zoom In/Out actions are text zoom - increase/decrease text size. This is the behavior of Android's WebView component, not something the app can change.

liushuqi-2022 commented 1 month ago

For layout-preserving zoom, use pinch gesture. Zoom In/Out actions are text zoom - increase/decrease text size. This is the behavior of Android's WebView component, not something the app can change.

Thank you for your concern about this issue.