Skip to content

Commit

Permalink
📝 Update orientation question
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 1, 2021
1 parent 5225156 commit 55a1d95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Language: [English](README.md) | 中文简体
- [使用方法 📖](#使用方法-)
- [简单的使用方法](#简单的使用方法)
- [常见问题 💭](#常见问题-)
- [`shouldLockPortrait` 为 false 时为何有缩放问题?](#当-shouldlockportrait-为-false-时为何有缩放问题)
- [iOS 上的预览在旋转时行为诡异](#iOS-上的预览在旋转时行为诡异)


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

## 常见问题 💭

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

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

0 comments on commit 55a1d95

Please sign in to comment.