Vitor Bukovitz
Vitor Bukovitz
hey, @andrezanna I'm also having this issue. I attached some logs that may be useful to find the cause of this problem. Thanks! > 2 > D/SurfaceView(30401): UPDATE null, mIsCastMode...
Hey @darshankawar , I have a Xiaomi MIUI 12 device, and I attached a video of the problem. Even though the keyboard is opening in a bottom sheet above the...
Preview of the directions: 
@jkasten2 Any updates on this issue? Happening for me as well.
@zoechi any update to this issue?
This is the workaround I used: ``` final _menuKey = GlobalKey(); Widget _uploadButton() { return Listener( onPointerDown: (_) async { if (FocusScope.of(context).hasFocus) { FocusScope.of(context).unfocus(); await Future.delayed(Duration(milliseconds: 400)); } _menuKey.currentState.showButtonMenu(); },...
Still happens
@zamitto
@vvesks You forgot to `import platform`