function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Phat ThaiPhat Thai 

IOS devices use -webkit-overflow-scrolling:touch with fixed header re-appear after finish scrolling.

Hello everyone, this is my first post in sf community and i have a strange issue right now .
I have a page with fixed header and my body with:
html,body {
             overflow: auto;
            -webkit-overflow-scrolling:touch;
       }
body {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
  }
The problem im facing is when you scroll down or up the header will re-appear and my boss dont want this behavior .(Only IOS , desktop and devices mode work perfectly).
Anyone have any idea ? Sorry about my bad english but i tried my best.
Pasumarthy RaghavendraPasumarthy Raghavendra
Did you find any solution for this? I have an issue like this but there should be a circle appear on touch,, but it is appearing only if i touch and drag the screen. Any one could help me!! 

Thanks,