Skip to content

Commit 55a1d95

Browse files
committed
📝 Update orientation question
1 parent 5225156 commit 55a1d95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README-ZH.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Language: [English](README.md) | 中文简体
2424
- [使用方法 📖](#使用方法-)
2525
- [简单的使用方法](#简单的使用方法)
2626
- [常见问题 💭](#常见问题-)
27-
- [`shouldLockPortrait` 为 false 时为何有缩放问题?](#当-shouldlockportrait-为-false-时为何有缩放问题)
27+
- [iOS 上的预览在旋转时行为诡异](#iOS-上的预览在旋转时行为诡异)
2828

2929

3030
## 特性 ✨
@@ -85,9 +85,9 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera(context);
8585

8686
## 常见问题 💭
8787

88-
### `shouldLockPortrait` 为 false 时为何有缩放问题?
88+
### iOS 上的预览在旋转时行为诡异
8989

90-
当前旋转同步尚未支持。
91-
当用户在旋转设备时,来自 `CameraValue``DeviceOrientation` 与 Flutter 的不同。
92-
在两者匹配时,缩放问题会消失
93-
Issue 链接:https://github.com/flutter/flutter/issues/78685
90+
目前,iOS 上的预览画面在旋转时并未正确地同步,
91+
你可以在这个 issue 里了解更多相关的信息:
92+
https://github.com/flutter/flutter/issues/89216
93+
除此之外的问题,你可以提交 issue 进行提问。

0 commit comments

Comments
 (0)