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

Issue with Keyboard Interaction on iOS 18 in flutter_inappwebview #2476

Open
2 tasks done
shanshen6 opened this issue Dec 25, 2024 · 1 comment
Open
2 tasks done

Issue with Keyboard Interaction on iOS 18 in flutter_inappwebview #2476

shanshen6 opened this issue Dec 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@shanshen6
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Dear flutter_inappwebview Team,

I hope this message finds you well.

I am writing to report an issue I have encountered with the flutter_inappwebview plugin on iOS 18. Below are the details of the problem:

Environment:

flutter_inappwebview version: ^6.1.5
Flutter version: 3.28.0-1.0.pre
Dart version: 3.7.0 (build 3.7.0-259.0.dev)
DevTools version: 2.41.0
iOS version: 18
Issue Description: When using the flutter_inappwebview plugin on iOS 18, I have observed the following issues related to keyboard interaction:

Activating the soft keyboard causes the screen to scroll back and forth.
When there are multiple input fields, it becomes impossible to focus on other input fields after focusing on one.
Tapping on a blank area does not dismiss the keyboard.
Tapping on input fields or other elements becomes unresponsive.
These issues significantly affect the user experience, making it difficult to interact with web content within the app.

Steps to Reproduce:

Open a web page with multiple input fields using flutter_inappwebview.
Focus on one of the input fields to activate the soft keyboard.
Attempt to focus on another input field.
Tap on a blank area to dismiss the keyboard.
Expected Behavior:

207eb954593451e606fde6fea1abfe75.mov

The screen should not scroll back and forth when the keyboard is activated.
Users should be able to focus on different input fields without any issues.
Tapping on a blank area should dismiss the keyboard.
Tapping on input fields and other elements should be responsive.
I would greatly appreciate any assistance or guidance you can provide to resolve these issues. If you need any additional information or logs, please let me know.

Thank you for your attention to this matter.

Best regards,

Expected Behavior

why

Steps with code example to reproduce

Stacktrace/Logs

no

Flutter version

3.28.0-1pre

Operating System, Device-specific and/or Tool

iOS18 flutter 3.38.0-1pre

Plugin version

v6.1.5

Additional information

no

207eb954593451e606fde6fea1abfe75.mov

Self grab

  • I'm ready to work on this issue!
@shanshen6 shanshen6 added the bug Something isn't working label Dec 25, 2024
@pichillilorenzo
Copy link
Owner

It should be already fixed with version 6.2.0-beta.2 (#1947)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants