I did some testing on some devices and realized that on the iphone it has a horizontal scroll. I already checked the width of the screen, apparently this is ok. The same does not happen on Android phones. I'm using the meta tag below.
'<meta content="minimum-scale=1.0, width=device-width, maximum-scale=1, user-scalable=no" name="viewport" />'
and yet this horizontal scroll continues.
Does anyone know what it can be?