macgap scrolling issue when position fixed

denislexic

I just installed MacGap2 to create a mac version of my webapp using a simple iframe but it seems that the CSS property 'position:fixed' creates issues when scrolling, it jumps up and down a little making it completely un-usable. Does anybody know how to fix this?

As you can see in the below screen shot, my headerbar and left menu end up in the middle of the screen when I scroll but then jitters back up when I finish scrolling.

Here's a little tiny video to illustrate: https://www.youtube.com/watch?v=PtyC-3Uqqt8&feature=youtu.be

enter image description here

Here is the CSS code for the left menu

enter image description here

denislexic

After much trying and playing around. And looking at other Macgap apps. It seems the only solution is to get rid of the global scroll bar and create a sub-div with it's own scroll bar.

So you make sure that there is no overflow on your site, and where ever you have content, make that div have a scroll bar and it works!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

macgap scrolling issue when position fixed

From Dev

CSS Fixed position menu - scrolling issue when resizing the browser

From Dev

iOS Safari issue - Element becomes invisible while scrolling when changing position absolute to fixed

From Dev

Horizontal scrolling not working when position absolute/fixed

From Dev

Fixed position element is flashing in Chrome when scrolling

From Dev

How to detect scrolling in div when position is fixed

From Dev

Chrome only: Overlay divs on scroll with fixed position scrolling issue

From Dev

Make a relative position div follow a fixed position div when scrolling

From Dev

Position absolute but with fixed scrolling

From Dev

Mobile safari position:fixed z-index glitch when scrolling

From Dev

Parts of page are invisible when scrolling on Safari 7 with position:fixed elements

From Dev

Phonegap (Cordova) Scrolling with a data-position="fixed" header/footer only ios scrolling issue

From Dev

Position fixed overlapping issue?

From Dev

#sidebar position:fixed at certain scrolling

From Dev

Stop jQuery fixed position scrolling when bottom of scrolling element reaches end of parent element

From Dev

Stop jQuery fixed position scrolling when bottom of scrolling element reaches end of parent element

From Dev

have an issue with position fixed.

From Dev

Smooth scroll issue with position:fixed;

From Dev

How can I set a div to position:fixed, when scrolling it to the browsers top?

From Dev

not able to make div follow when I am scrolling using position as fixed

From Dev

Change fixed header when scrolling

From Dev

Fixed tbody line when scrolling

From Dev

Change fixed header when scrolling

From Dev

How to disable background content scrolling in position fixed

From Dev

Flex Layout with fixed position (no scrolling) sidebar

From Dev

Position fixed sidebar with overflow scroll not scrolling to bottom

From Dev

JQuery Position:Fixed 'NAVBAR' by scrolling the page

From Dev

Scrolling with a button which should have a fixed position

From Dev

Overflow scrolling not working on position fixed element iOS

Related Related

  1. 1

    macgap scrolling issue when position fixed

  2. 2

    CSS Fixed position menu - scrolling issue when resizing the browser

  3. 3

    iOS Safari issue - Element becomes invisible while scrolling when changing position absolute to fixed

  4. 4

    Horizontal scrolling not working when position absolute/fixed

  5. 5

    Fixed position element is flashing in Chrome when scrolling

  6. 6

    How to detect scrolling in div when position is fixed

  7. 7

    Chrome only: Overlay divs on scroll with fixed position scrolling issue

  8. 8

    Make a relative position div follow a fixed position div when scrolling

  9. 9

    Position absolute but with fixed scrolling

  10. 10

    Mobile safari position:fixed z-index glitch when scrolling

  11. 11

    Parts of page are invisible when scrolling on Safari 7 with position:fixed elements

  12. 12

    Phonegap (Cordova) Scrolling with a data-position="fixed" header/footer only ios scrolling issue

  13. 13

    Position fixed overlapping issue?

  14. 14

    #sidebar position:fixed at certain scrolling

  15. 15

    Stop jQuery fixed position scrolling when bottom of scrolling element reaches end of parent element

  16. 16

    Stop jQuery fixed position scrolling when bottom of scrolling element reaches end of parent element

  17. 17

    have an issue with position fixed.

  18. 18

    Smooth scroll issue with position:fixed;

  19. 19

    How can I set a div to position:fixed, when scrolling it to the browsers top?

  20. 20

    not able to make div follow when I am scrolling using position as fixed

  21. 21

    Change fixed header when scrolling

  22. 22

    Fixed tbody line when scrolling

  23. 23

    Change fixed header when scrolling

  24. 24

    How to disable background content scrolling in position fixed

  25. 25

    Flex Layout with fixed position (no scrolling) sidebar

  26. 26

    Position fixed sidebar with overflow scroll not scrolling to bottom

  27. 27

    JQuery Position:Fixed 'NAVBAR' by scrolling the page

  28. 28

    Scrolling with a button which should have a fixed position

  29. 29

    Overflow scrolling not working on position fixed element iOS

HotTag

Archive