Recently, I set up a SharePoint 2013 website with a few iframes. However, when I access the site on my mobile devices (iPad and Android), I am unable to scroll through the entire page by touching within the iframe.
I attempted to solve this issue by including the following in my CSS:
-webkit-overflow-scrolling: touch;
Unfortunately, applying this to the <div>
parent container of the iframe did not resolve the problem.
I have researched various solutions for scrolling problems within iframes but have not found one that addresses this specific issue.
Any assistance is greatly appreciated.