Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile/Android
Description
When mediacast is viewed in the android container on a phone, you can scroll up and down the page a bit. If you look carefully you will see a line of pixels scrolling up and down on the very left edge of the footer and header of the page.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The scrolling bits generally only appear when the keyboard is displayed. Nothing seems to out of place in the HTML or CSS but the header and footer shift right 3px or so and the header down a few pixels.
Call it a hunch but I added a left: 0; attribute the .mobi-panel-stack-header for the themes and the header behaves a bit better. It will still shift slightly but will now shift back to its property position once the keyboard is closed.
Marking issue as resolved.