Currently, I am in the process of troubleshooting this website:
This site is hosted on a LAMP server and is utilizing CMSMS 2.1x, if that detail makes any difference. (By the way, the smarty components are causing some performance issues.)
While the desktop version seems to be functioning properly, the iPad version experiences reloading when scrolling by swiping. Furthermore, upon partial swiping and holding, it appears that certain content is not fully rendered.
I attempted to apply the translate3D technique and switch from position: fixed to absolute, but unfortunately, this did not resolve the issue and instead disrupted the layout.
If anyone has suggestions on where I should focus my efforts to address these problems, please share them! Thank you!