Vitor Bukovitz

Results 9 comments of 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: ![untitled](https://user-images.githubusercontent.com/24995642/89948516-a3870d80-dbfc-11ea-9d90-486b2fe8b8a1.gif)

@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(); },...

@vvesks You forgot to `import platform`