Skip to content

Commit 7bbb530

Browse files
authored
Update Frequently Asked Question.md
fix typo.
1 parent bfb71eb commit 7bbb530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frequently Asked Question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bool isTopContainer = FlutterBoost.BoostContainer.of(context).onstage
3030
回答:无障碍模式下目前Flutter Engine有bug,已经提交issue和PR给flutter啦。请参考这个issue:https://github.com/alibaba/flutter_boost/issues/488及其分析。提交给flutter的PR见这里:https://github.com/flutter/engine/pull/14155
3131

3232
### 5. 在ios模拟器下运行最新的flutter boost会闪退
33-
回答:如上面第4条所说的,最新的flutter engine在voice over下有bug,会导致crash。因为模拟器下flutter默认会将voice over模式打开,所以其实就是辅助模式,这回触发上面的bug:“在ios中voice over打开,demo在点击交互会crash”。
33+
回答:如上面第4条所说的,最新的flutter engine在voice over下有bug,会导致crash。因为模拟器下flutter默认会将voice over模式打开,所以其实就是辅助模式,这会触发上面的bug:“在ios中voice over打开,demo在点击交互会crash”。
3434
可参考Engine的代码注释:
3535
```c++
3636
#if TARGET_OS_SIMULATOR

0 commit comments

Comments
 (0)