juliuscanute / qr_code_scanner

QR Code Scanner for Flutter
BSD 2-Clause "Simplified" License
999 stars 759 forks source link

[BUG] 在 vivo的手机上,当使用textFiled时obscureText属性设置为true后,调用相机就会出现黑屏的问题,息屏后或home建退出再进入项目,相机好用 #515

Open xiuzhenguo opened 2 years ago

xiuzhenguo commented 2 years ago

Describe the bug 在 vivo的手机上,当使用textFiled时obscureText属性设置为true后,输入完成,键盘消息 进入调用相机页面就会出现黑屏的问题,息屏后或home建退出再进入项目,相机好用

Device (please complete the following information):

xeinebiu commented 2 years ago

This happens only in Master channel of Flutter.

Works fine on Stable channel.

xiuzhenguo commented 2 years ago

Flutter 2.8.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 77d935af4d (3 months ago) • 2021-12-16 08:37:33 -0800 Engine • revision 890a5fca2e Tools • Dart 2.15.1

只有在 vivo的手机上,当使用textFiled时obscureText属性设置为true后,输入完成,键盘消息 进入调用相机页面就会出现黑屏的问题,息屏后或home建退出再进入项目,相机好用;使用其他Android手机不会出现此问题,并且在vivo手机上把textFiled时obscureText属性设置为false, 也不会出现此问题