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

bug: iOS - TextArea is not focused when Keyboard is showing #3826

Closed
hborjaille opened this issue Nov 19, 2020 · 2 comments
Closed

bug: iOS - TextArea is not focused when Keyboard is showing #3826

hborjaille opened this issue Nov 19, 2020 · 2 comments

Comments

@hborjaille
Copy link

Bug Report

Capacitor Version

Installed Dependencies:
  @capacitor/cli 2.4.2
  @capacitor/core 2.4.2
  @capacitor/android 2.4.2
  @capacitor/ios 2.4.2

Platform(s)

iOS

Current Behavior

Not focusing on TextArea when selected.

Expected Behavior

Android: Same Item, but it is focused once selected.

Code Reproduction

Other Technical Details

npm --version output:

node --version output:

pod --version output (iOS issues only):

Additional Context

@jcesarmobile
Copy link
Member

This is caused by Keyboard plugin as it removes the WebView default behavior to implement the custom resize modes.

Capacitor 3 has moved the plugins out, so once it's released, all you need to do is to not install @capacitor/keyboard.

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 11, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants