Giter Club home page Giter Club logo

Comments (12)

MarkDsantos avatar MarkDsantos commented on August 16, 2024

Wondering if there is any fix for this?

from cordova-plugin-ionic-keyboard.

flobiwankenobi avatar flobiwankenobi commented on August 16, 2024

+1

from cordova-plugin-ionic-keyboard.

MarkDsantos avatar MarkDsantos commented on August 16, 2024

Still an issue, need a fix for ionic 1 project.

from cordova-plugin-ionic-keyboard.

joshallison avatar joshallison commented on August 16, 2024

Try adding the below to your config.xml file


<widget xmlns:android="http://schemas.android.com/apk/res/android">
        <platform name="android">
            <edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application/activity">
                <activity android:windowSoftInputMode="adjustPan" />
            </edit-config>
        </platform>
   </widget>

from cordova-plugin-ionic-keyboard.

MarkDsantos avatar MarkDsantos commented on August 16, 2024

sorry, but didn't work

from cordova-plugin-ionic-keyboard.

MarkDsantos avatar MarkDsantos commented on August 16, 2024

I found a temporary hack/fix using javascript.
When the keyboard opens
if (document.querySelectorAll('ion-view.pane ion-content')[0] && platform == 'android') { document.querySelectorAll('ion-view.pane ion-content')[0].style.cssText = "height: calc(100vh - " + e.keyboardHeight + "pt);" document.activeElement.scrollIntoView();//if active input isn't focussed in view }

When the keyboard hides
if (document.querySelectorAll('ion-view.pane ion-content')[0] && platform == 'android') { document.querySelectorAll('ion-view.pane ion-content')[0].style.cssText = "height: 100%);" }

from cordova-plugin-ionic-keyboard.

Scobee avatar Scobee commented on August 16, 2024

@mark261092 your fix is ok, but I dont really want to use hacks like this. I would like this to work just by using the config

from cordova-plugin-ionic-keyboard.

MarkDsantos avatar MarkDsantos commented on August 16, 2024

@Scobee , yes, me too. this was a last resort measure that will be removed if something promising comes up.

from cordova-plugin-ionic-keyboard.

zhorwedel avatar zhorwedel commented on August 16, 2024

Anybody have a fix for this? I am also using a hack similar to @mark261092 but would like to find a cleaner solution.

from cordova-plugin-ionic-keyboard.

jcesarmobile avatar jcesarmobile commented on August 16, 2024

Can you provide a sample app?
Is not clear to me if this is a bug on the keyboard plugin or on Ionic itself.

from cordova-plugin-ionic-keyboard.

poimsm avatar poimsm commented on August 16, 2024

+1

from cordova-plugin-ionic-keyboard.

apolaina-ineat avatar apolaina-ineat commented on August 16, 2024

+1

from cordova-plugin-ionic-keyboard.

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.