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

画像詳細Viewで最大までズーム後、縮小ができない #78

Closed
RikitoNoto opened this issue Jul 25, 2023 · 2 comments · Fixed by #101
Closed

画像詳細Viewで最大までズーム後、縮小ができない #78

RikitoNoto opened this issue Jul 25, 2023 · 2 comments · Fixed by #101
Assignees
Labels
2. バグ バグ修正

Comments

@RikitoNoto
Copy link
Collaborator

概要

画像詳細View(dart_flutter_common/lib/src/image_detail_view.dart)を使用して、画像を表示し
最大まで拡大するとiOSの場合縮小ができなくなり、Androidの場合縮小はできるがスワイプを横方向に行わないと
縮小ができない。
おそらく原因はFlutterのInteractiveViewerにあり、画像を動かす処理のほうが、縮小の処理より優先されている可能性がある。

mottai_issue

方針・要件・詳細・完了の定義など

iOSで縮小ができ、Androidでいかなる方向からスワイプしても縮小できること
photo_viewなどの別パッケージを使用して対応できるかも確認が必要。

補足

着手時には、#mottai-app-issues チャンネルにこの Issue を貼り付ける。

また、そうしたければ、要件の整理や進捗のつぶやきのようなことをそのスレッドに書く。Issue の内容や仕様に関する説明や認識合わせが必要な場合や、ペアプロを希望する場合はそのスレッド内で、然るべき人にメンションして話を進める。

@RikitoNoto RikitoNoto added the 2. バグ バグ修正 label Jul 25, 2023
@kosukesaigusa
Copy link
Owner

画像を動かす処理のほうが、縮小の処理より優先されている可能性がある。

ちょうどタイムリーな話題で数日前に行った勉強会で似たような話が出ていたのでシェアします!(全く同じことかは分からない)

https://twitter.com/kumamo_tone/status/1683433656445177858

https://speakerdeck.com/kumamotone/suwaipudebi-zireruhua-xiang-viewerwozuo-ru?slide=10

@RikitoNoto
Copy link
Collaborator Author

@kosukesaigusa
ご連絡ありがとうございます!
イメージは全くこれと同じ感じですよね!
スワイプで画面が閉じるのもいいですね。。。

@RikitoNoto RikitoNoto self-assigned this Jul 25, 2023
RikitoNoto added a commit that referenced this issue Aug 2, 2023
RikitoNoto added a commit that referenced this issue Aug 2, 2023
#78 画像詳細ビューをphotoViewパッケージに変更
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. バグ バグ修正
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants