Ionic keyboard overlay content











up vote
0
down vote

favorite












I have a question when I click to input, keyboard open and overlay bottom of the content. Earlier I had used ionic-plugins-keyboard, but after entering ios12 this plugin doesn't want work.



"dependencies": {
"cordova-android": "^7.1.1",
"cordova-custom-config": "^5.0.2",
"cordova-ios": "^4.5.5",
"cordova-plugin-actionsheet": "~2.3.3",
"cordova-plugin-app-version": "git+https://github.com/whiteoctober/cordova-plugin-app-version.git",
"cordova-plugin-camera": "~2.3.0",
"cordova-plugin-console": "~1.1.0",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-datepicker": "~0.9.3",
"cordova-plugin-device": "~1.1.3",
"cordova-plugin-facebook4": "~1.7.4",
"cordova-plugin-file-transfer": "~1.6.0",
"cordova-plugin-geolocation": "~4.0.1",
"cordova-plugin-googleplus": "git+https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git",
"cordova-plugin-inappbrowser": "~2.0.2",
"cordova-plugin-inapppurchase": "~1.1.0",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^2.2.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
"cordova-plugin-toast": "~1.0.1",
"cordova-plugin-whitelist": "~1.3.0",
"cordova-plugin-x-socialsharing": "~5.3.2",
"gulp-angular-templatecache": "^2.2.0",
"gulp-html-minifier": "^0.1.8",
"gulp-htmlmin": "^4.0.0",
"lodash._escapehtmlchar": "^2.4.1",
"lodash.defaults": "^4.2.0",
"phonegap-plugin-push": "~2.2.3"
},
"devDependencies": {
"@ionic/cli-plugin-gulp": "1.0.2",
"@ionic/cli-plugin-ionic1": "2.0.1",
"bower": "^1.3.3",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^0.3.13",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-tsc": "^1.1.4",
"gulp-util": "^2.2.14",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"jspm": "^0.16.46",
"shelljs": "^0.3.0",
"wiredep": "^2.2.2",
"yargs": "^3.31.0"
}


This issues on ios 11 and ios 12, earlier versions I was not checked.










share|improve this question


























    up vote
    0
    down vote

    favorite












    I have a question when I click to input, keyboard open and overlay bottom of the content. Earlier I had used ionic-plugins-keyboard, but after entering ios12 this plugin doesn't want work.



    "dependencies": {
    "cordova-android": "^7.1.1",
    "cordova-custom-config": "^5.0.2",
    "cordova-ios": "^4.5.5",
    "cordova-plugin-actionsheet": "~2.3.3",
    "cordova-plugin-app-version": "git+https://github.com/whiteoctober/cordova-plugin-app-version.git",
    "cordova-plugin-camera": "~2.3.0",
    "cordova-plugin-console": "~1.1.0",
    "cordova-plugin-crosswalk-webview": "^2.3.0",
    "cordova-plugin-datepicker": "~0.9.3",
    "cordova-plugin-device": "~1.1.3",
    "cordova-plugin-facebook4": "~1.7.4",
    "cordova-plugin-file-transfer": "~1.6.0",
    "cordova-plugin-geolocation": "~4.0.1",
    "cordova-plugin-googleplus": "git+https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git",
    "cordova-plugin-inappbrowser": "~2.0.2",
    "cordova-plugin-inapppurchase": "~1.1.0",
    "cordova-plugin-ionic-keyboard": "^2.1.3",
    "cordova-plugin-ionic-webview": "^2.2.0",
    "cordova-plugin-splashscreen": "^5.0.2",
    "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
    "cordova-plugin-toast": "~1.0.1",
    "cordova-plugin-whitelist": "~1.3.0",
    "cordova-plugin-x-socialsharing": "~5.3.2",
    "gulp-angular-templatecache": "^2.2.0",
    "gulp-html-minifier": "^0.1.8",
    "gulp-htmlmin": "^4.0.0",
    "lodash._escapehtmlchar": "^2.4.1",
    "lodash.defaults": "^4.2.0",
    "phonegap-plugin-push": "~2.2.3"
    },
    "devDependencies": {
    "@ionic/cli-plugin-gulp": "1.0.2",
    "@ionic/cli-plugin-ionic1": "2.0.1",
    "bower": "^1.3.3",
    "del": "^2.2.0",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-if": "^2.0.0",
    "gulp-imagemin": "^4.1.0",
    "gulp-inject": "^3.0.0",
    "gulp-jscs": "^3.0.2",
    "gulp-jshint": "^2.0.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-minify-css": "^0.3.13",
    "gulp-print": "^2.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^2.1.1",
    "gulp-tsc": "^1.1.4",
    "gulp-util": "^2.2.14",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.1.0",
    "jspm": "^0.16.46",
    "shelljs": "^0.3.0",
    "wiredep": "^2.2.2",
    "yargs": "^3.31.0"
    }


    This issues on ios 11 and ios 12, earlier versions I was not checked.










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a question when I click to input, keyboard open and overlay bottom of the content. Earlier I had used ionic-plugins-keyboard, but after entering ios12 this plugin doesn't want work.



      "dependencies": {
      "cordova-android": "^7.1.1",
      "cordova-custom-config": "^5.0.2",
      "cordova-ios": "^4.5.5",
      "cordova-plugin-actionsheet": "~2.3.3",
      "cordova-plugin-app-version": "git+https://github.com/whiteoctober/cordova-plugin-app-version.git",
      "cordova-plugin-camera": "~2.3.0",
      "cordova-plugin-console": "~1.1.0",
      "cordova-plugin-crosswalk-webview": "^2.3.0",
      "cordova-plugin-datepicker": "~0.9.3",
      "cordova-plugin-device": "~1.1.3",
      "cordova-plugin-facebook4": "~1.7.4",
      "cordova-plugin-file-transfer": "~1.6.0",
      "cordova-plugin-geolocation": "~4.0.1",
      "cordova-plugin-googleplus": "git+https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git",
      "cordova-plugin-inappbrowser": "~2.0.2",
      "cordova-plugin-inapppurchase": "~1.1.0",
      "cordova-plugin-ionic-keyboard": "^2.1.3",
      "cordova-plugin-ionic-webview": "^2.2.0",
      "cordova-plugin-splashscreen": "^5.0.2",
      "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
      "cordova-plugin-toast": "~1.0.1",
      "cordova-plugin-whitelist": "~1.3.0",
      "cordova-plugin-x-socialsharing": "~5.3.2",
      "gulp-angular-templatecache": "^2.2.0",
      "gulp-html-minifier": "^0.1.8",
      "gulp-htmlmin": "^4.0.0",
      "lodash._escapehtmlchar": "^2.4.1",
      "lodash.defaults": "^4.2.0",
      "phonegap-plugin-push": "~2.2.3"
      },
      "devDependencies": {
      "@ionic/cli-plugin-gulp": "1.0.2",
      "@ionic/cli-plugin-ionic1": "2.0.1",
      "bower": "^1.3.3",
      "del": "^2.2.0",
      "gulp": "^3.9.1",
      "gulp-concat": "^2.6.0",
      "gulp-if": "^2.0.0",
      "gulp-imagemin": "^4.1.0",
      "gulp-inject": "^3.0.0",
      "gulp-jscs": "^3.0.2",
      "gulp-jshint": "^2.0.0",
      "gulp-load-plugins": "^1.1.0",
      "gulp-minify-css": "^0.3.13",
      "gulp-print": "^2.0.1",
      "gulp-rename": "^1.2.2",
      "gulp-sass": "^2.1.1",
      "gulp-tsc": "^1.1.4",
      "gulp-util": "^2.2.14",
      "jshint": "^2.8.0",
      "jshint-stylish": "^2.1.0",
      "jspm": "^0.16.46",
      "shelljs": "^0.3.0",
      "wiredep": "^2.2.2",
      "yargs": "^3.31.0"
      }


      This issues on ios 11 and ios 12, earlier versions I was not checked.










      share|improve this question













      I have a question when I click to input, keyboard open and overlay bottom of the content. Earlier I had used ionic-plugins-keyboard, but after entering ios12 this plugin doesn't want work.



      "dependencies": {
      "cordova-android": "^7.1.1",
      "cordova-custom-config": "^5.0.2",
      "cordova-ios": "^4.5.5",
      "cordova-plugin-actionsheet": "~2.3.3",
      "cordova-plugin-app-version": "git+https://github.com/whiteoctober/cordova-plugin-app-version.git",
      "cordova-plugin-camera": "~2.3.0",
      "cordova-plugin-console": "~1.1.0",
      "cordova-plugin-crosswalk-webview": "^2.3.0",
      "cordova-plugin-datepicker": "~0.9.3",
      "cordova-plugin-device": "~1.1.3",
      "cordova-plugin-facebook4": "~1.7.4",
      "cordova-plugin-file-transfer": "~1.6.0",
      "cordova-plugin-geolocation": "~4.0.1",
      "cordova-plugin-googleplus": "git+https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git",
      "cordova-plugin-inappbrowser": "~2.0.2",
      "cordova-plugin-inapppurchase": "~1.1.0",
      "cordova-plugin-ionic-keyboard": "^2.1.3",
      "cordova-plugin-ionic-webview": "^2.2.0",
      "cordova-plugin-splashscreen": "^5.0.2",
      "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
      "cordova-plugin-toast": "~1.0.1",
      "cordova-plugin-whitelist": "~1.3.0",
      "cordova-plugin-x-socialsharing": "~5.3.2",
      "gulp-angular-templatecache": "^2.2.0",
      "gulp-html-minifier": "^0.1.8",
      "gulp-htmlmin": "^4.0.0",
      "lodash._escapehtmlchar": "^2.4.1",
      "lodash.defaults": "^4.2.0",
      "phonegap-plugin-push": "~2.2.3"
      },
      "devDependencies": {
      "@ionic/cli-plugin-gulp": "1.0.2",
      "@ionic/cli-plugin-ionic1": "2.0.1",
      "bower": "^1.3.3",
      "del": "^2.2.0",
      "gulp": "^3.9.1",
      "gulp-concat": "^2.6.0",
      "gulp-if": "^2.0.0",
      "gulp-imagemin": "^4.1.0",
      "gulp-inject": "^3.0.0",
      "gulp-jscs": "^3.0.2",
      "gulp-jshint": "^2.0.0",
      "gulp-load-plugins": "^1.1.0",
      "gulp-minify-css": "^0.3.13",
      "gulp-print": "^2.0.1",
      "gulp-rename": "^1.2.2",
      "gulp-sass": "^2.1.1",
      "gulp-tsc": "^1.1.4",
      "gulp-util": "^2.2.14",
      "jshint": "^2.8.0",
      "jshint-stylish": "^2.1.0",
      "jspm": "^0.16.46",
      "shelljs": "^0.3.0",
      "wiredep": "^2.2.2",
      "yargs": "^3.31.0"
      }


      This issues on ios 11 and ios 12, earlier versions I was not checked.







      ios ionic2






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 8 at 11:34









      Alexandr Semenets

      3410




      3410
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I found the problem, this happened because ion-content position: absolute, I fixed it by position: relative.






          share|improve this answer





















            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206935%2fionic-keyboard-overlay-content%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I found the problem, this happened because ion-content position: absolute, I fixed it by position: relative.






            share|improve this answer

























              up vote
              0
              down vote













              I found the problem, this happened because ion-content position: absolute, I fixed it by position: relative.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                I found the problem, this happened because ion-content position: absolute, I fixed it by position: relative.






                share|improve this answer












                I found the problem, this happened because ion-content position: absolute, I fixed it by position: relative.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 8 at 11:58









                Alexandr Semenets

                3410




                3410






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206935%2fionic-keyboard-overlay-content%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    這個網誌中的熱門文章

                    Tangent Lines Diagram Along Smooth Curve

                    Yusuf al-Mu'taman ibn Hud

                    Zucchini