Whenever I open my static HTML webpage on Safari, the browser automatically zooms in, causing a horizontal scrollbar for my users. This issue doesn't occur on any other browser or device. I have made sure that all text on the site is 16px or larger and have included the following meta tags:
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, maximum-scale=1">
Please let me know if there are any factors I may be overlooking or an approach I should take to troubleshoot this problem.