qiuxiang / flutter-android-window

A flutter plugin allows you to create native android floating window.
MIT License
62 stars 19 forks source link

Fullscreen keyboard when keyboard is open in landscape mode #14

Open nickolaylo opened 2 years ago

nickolaylo commented 2 years ago

To make a fullscreen keyboard when the keyboard is open in landscape mode, this functionality is also found in WhatsApp in landscape mode, for that I am using a great Plugin, it's working fine, here is a picture: Screenshot_20220424_232133_com example overlay_project_exemple , but in my overlay widget, it's not working, like copy paste is not working too, here is a picture Screenshot_20220424_232254_com android chrome , This is a simple code example reproducing the issue: Github, I am testing using my Huawei P20 Lite.

Any little help will be very welcome, Thank you in advance.

qiuxiang commented 2 years ago

The behavior of the floating window is not exactly same as activity. There is no easy way to implement this.

nickolaylo commented 2 years ago

The behavior of the floating window is not exactly same as activity. There is no easy way to implement this.

This is a good example from Play Store, Give it a try https://play.google.com/store/apps/details?id=jp.snowlife01.android.clipboard_trial

qiuxiang commented 2 years ago

just resize window manually in landscape mode.