We have tested scrolling in Google Chrome browser on an Android device and it is working fine.
For iPhone, try to add the following CSS rule to a site template CSS file:
#SLB-Image {overflow-y:scroll!important;-webkit-overflow-scrolling: touch!important; }
clean browser's cache and use the following meta tag:
Code: |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
instead of:
Code: |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
in index.php file of site template.
Regards,
ARI Soft