This happened to me, and itโs related to the meta tag that allows me to scale
IOS Safari seems to have a problem resizing and creating this artifact
Using a meta tag to disable scaling solves my problem (user-scalable = no)
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
Antonio Brandao
source share