Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check for external keyboard on iOS(iPad). Replaced bool status with KeyboardVisibilityStatus which extended with iOS external keyboard #158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

muknta
Copy link

@muknta muknta commented Apr 25, 2024

The problem:
We needed a different behaviour for visible external keyboard from visible digital keyboard on iPad.
Currently, only iPad has a design for that (bottom touch bar). For iPhone there is nothing at the screen while external keyboard is active.

It looks like that:
image

muknta added 2 commits March 21, 2024 15:34
…with `KeyboardVisibilityStatus` which extended with iOS external keyboard
flutter_keyboard_visibility_web: ^2.0.0
flutter_keyboard_visibility_windows: ^1.0.0
flutter_keyboard_visibility_platform_interface:
git:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reviewers have the ability to test it via current working pubspec dependencies.
After I get an approval for this PR, I will revert pubspec changes

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MisterJimson
also, if you are satisfied with general idea, I will update all places of the doc comments across the package to the status instead of isKeyboardVisible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant