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
Sailaja N 4Sailaja N 4 

iphone scroller issue

Hi guys,

i have an issue in my iphone,

when i cick on a button it displays vf page having table data.

when i scrol the page up or down , table data is vanishing.

table header is displayed but rows are missing

please help me how to fix it

Thank you,
Sailaja
 
Deepali KulshresthaDeepali Kulshrestha
Hi Sailaja,

you have to use the CSS for this Please use this in your CSS Class:-                        "-webkit-overflow-scrolling: touch;"
If you already use it please go through the given link because "-webkit" 
not supported by the other browsers except "Chrome" It may be due to this.
 So Please refer this Link:-
- https://remysharp.com/2012/05/24/issues-with-position-fixed-scrolling-on-ios

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha