Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Keyboard overlaps input if input is "position:absolute" #299

Open
@felipegrin

Description

@felipegrin

I'm making a chat app that has an ion-input at the bottom of the screen inside a div with the following CSS:

position: absolute;
bottom: 0;

The problem is that when running the app on certain android phones the keyboard overlaps the input and the user can't see what he is typing. In iOS is everything working fine.

If I remove the CSS above, everything works fine (the input stays on focus, at the middle of the screen).

The strangest part, is that if I create a new project and try to recreate the problem, i simply can't. Even with the CSS above everything works fine, in all devices. The problems seems to appear only in the specific project I'm working on, but i have no clue what might be causing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions