Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Ionic Keyboard Scroll Issue - IOS

$
0
0

We had the same issue for ios 9, we are using the following, till there is a fix!

<script>
    window.addEventListener('native.keyboardshow', keyboardShowHandler);

    function keyboardShowHandler(e) {
        setTimeout(function () {
            $('html, body').animate({ scrollTop: 0 }, 1000);
        }, 0);
    }
</script>

Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>