Giter Site home page Giter Site logo

Comments (22)

marcelvarela avatar marcelvarela commented on September 21, 2024 5

Same issue here too.
Using latest capacitor stable version.
2.4.6

from capacitor-plugins.

Elwazeery avatar Elwazeery commented on September 21, 2024 5

Capacitor 3 and still have the issue

from capacitor-plugins.

danielehrhardt avatar danielehrhardt commented on September 21, 2024 3

ionic-team/capacitor#4608
Same Issue for Capacitor 3

from capacitor-plugins.

mayankkataria avatar mayankkataria commented on September 21, 2024 3

Same issue. Any update for capacitor?

from capacitor-plugins.

Phoenix-Alpha avatar Phoenix-Alpha commented on September 21, 2024 2

@imhoffd, @jcesarmobile, it has been over a year since this issue is first reported, any update with this?
Thanks in advance.

from capacitor-plugins.

manishoswal avatar manishoswal commented on September 21, 2024 1

@jcesarmobile - Please find repo (https://github.com/manishoswal/ionic-cap-keyboard-issue/) to replicate the issue.

  // If we comment the status bar style and  setOverlaysWebView code the keyboard works

  StatusBar.setStyle({
    style: StatusBarStyle.Light,
  });

  // Display content under transparent status bar (Android only)
  StatusBar.setOverlaysWebView({
    overlay: true,
  });

from capacitor-plugins.

jcesarmobile avatar jcesarmobile commented on September 21, 2024

can you provide a sample app?
I can't reproduce on the one I used to implement the resizeOnFullscreen preference for the Cordova plugin, that's why I didn't implement it for Capacitor.

from capacitor-plugins.

manishoswal avatar manishoswal commented on September 21, 2024

@jcesarmobile - Let me know if you need any more details.

from capacitor-plugins.

manishoswal avatar manishoswal commented on September 21, 2024

@dwieeb | @jcesarmobile - Any update on this, as we have to switch to ionic framework instead of capacitor due to this.

from capacitor-plugins.

jcesarmobile avatar jcesarmobile commented on September 21, 2024

we are working on Capacitor 3, so we are doing feature freeze and this would need a new feature, so won't be any updates anytime soon

from capacitor-plugins.

oliverandersencox avatar oliverandersencox commented on September 21, 2024

@manishoswal having the same issue.

from capacitor-plugins.

BerkeAras avatar BerkeAras commented on September 21, 2024

👍 from me, same issue

from capacitor-plugins.

haschu avatar haschu commented on September 21, 2024

Same issue. Has anybody found a workaround yet?

from capacitor-plugins.

cedricfrancoys avatar cedricfrancoys commented on September 21, 2024

Same issue here.

from capacitor-plugins.

leo-petrucci avatar leo-petrucci commented on September 21, 2024

Yep, same here. As soon as I removed

StatusBar.setOverlaysWebView({ overlay: true });

The problem went away.

I'm on Capacitor 3 btw.

from capacitor-plugins.

somq avatar somq commented on September 21, 2024

I confirm this too, inputs do not get positioned over the keyboard as it should be

from capacitor-plugins.

migueldinacode avatar migueldinacode commented on September 21, 2024

Same issue on capacitor 2.4.7

from capacitor-plugins.

GHChrisSu avatar GHChrisSu commented on September 21, 2024

same issue here with capacitor 2.4.7

from capacitor-plugins.

GHChrisSu avatar GHChrisSu commented on September 21, 2024

https://github.com/gyf-dev/ImmersionBar
I use ImmersionBar to solved my problem, not using overlay webview
Just add below to your MainActivity

ImmersionBar.with(this).keyboardEnable(true).init();

from capacitor-plugins.

danielehrhardt avatar danielehrhardt commented on September 21, 2024

same issue here with capacitor 2.4.7

No Response from Ionic/Capacitor?

from capacitor-plugins.

leo-petrucci avatar leo-petrucci commented on September 21, 2024

I did some research on this and posted about it here #525

This isn't actually a bug, but more of a wrong implementation. I don't think SetOverlaysWebview has ever worked in any version of Capacitor because its just never been implemented the right way.

I've tried my best to fix it, but I honestly don't know anything about Android development. I think I'm on the right track, but haven't been able to figure it out because Android documentation is like reading the bible upside down.

Would love to hear from @jcesarmobile now that Capacitor 3 is out.

from capacitor-plugins.

ionitron-bot avatar ionitron-bot commented on September 21, 2024

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 the plugin, please create a new issue and ensure the template is fully filled out.

from capacitor-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.