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

[Refactoring Plan] 画面サイズ周りの複雑な実装を修正する #396

Open
ensan-hcl opened this issue Feb 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ensan-hcl
Copy link
Owner

ensan-hcl commented Feb 12, 2024

現在の実装は「起動時にscreenWidthをセットし」「その値に基づいてキーボードを描画する」という構成になっているが、スクリーンサイズに合わせてこれを変更可能にしたい。
具体的には、RootとなるViewでGeometryReaderによってwidthを取得し、Environmentとして下位のViewに伝え、Preferenceで高さをフィードバックする、という形の実装を行いたい。

@ensan-hcl ensan-hcl added the enhancement New feature or request label Feb 12, 2024
@ensan-hcl ensan-hcl linked a pull request Feb 14, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant