FlutterToast
FlutterToast copied to clipboard
on iOS 16.1.1 when keyboard is show ,can`t display toast.
on iOS 16.1.1 when keyboard is show ,can`t display toast. when close keyboard,toast is showed.
fluttertoast: ^8.1.1 model: iPhone 13 Pro Max
I have same question
when will this be fixed?
Same issue
Android has the same problem
- (UIWindow *)_readKeyWindow { NSArray *windows = UIApplication.sharedApplication.windows; if (self.isKeyboardVisible) { return windows.firstObject; } for (UIWindow *window in windows) { if (window.isKeyWindow) { return window; } } return nil; }
in iOS 16+ NSArray *windows = UIApplication.sharedApplication.windows; windows result content, so windows.last would be UITextEffectsWindow. <__NSArrayM 0x28318f2a0>( <UIWindow: 0x109a116a0; frame = (0 0; 428 926); gestureRecognizers = <NSArray: 0x283098330>; backgroundColor = <UIDynamicSystemColor: 0x282b20440; name = _windowBackgroundColor>; layer = <UIWindowLayer: 0x2830986c0>>, <UITextEffectsWindow: 0x10aa80a00; frame = (0 0; 428 926); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x2831dc030>> )
+1 , I have same the problem
my phone is ios 17.5.1