Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Scrolling whilst keyboard open #56

@Bod1985

Description

@Bod1985

The code which follows is the code put in place to disable all scrolling within the webworks app.

meta name="viewport" id="viewport" content="initial-scale=1.0,height=600,width=1024,user-scalable=no"/>

(< tag removed from beginning of meta to ensure its visibility)

The above was placed under head in the html file.

The following attributes were set in the CSS for body:

overflow: hidden;
position: fixed;

These work - nothing is scrollable, until the keyboard is opened.

When the keyboard is opened, the background image and other parts become scrollable.

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