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

Scrolling whilst keyboard open #56

Open
Bod1985 opened this issue Mar 12, 2012 · 0 comments
Open

Scrolling whilst keyboard open #56

Bod1985 opened this issue Mar 12, 2012 · 0 comments

Comments

@Bod1985
Copy link

Bod1985 commented Mar 12, 2012

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant