The only way I could fix it if I added the following to the headinclude template. If I didn't include the If statement it distorted the rest of the forum. This issue only seems to come up on Chrome for mobile. Firefox mobile seems to work without issue
Code:
<vb:if condition="THIS_SCRIPT == 'showthread'">
<meta name="viewport" content="width=auto, initial-scale=1">
</vb:if>
I was looking to use something like this
https://osvaldas.info/elegant-css-an...obile-friendly within your mod but I didn't know where to start right now haha It seems to be working OK except for mobile devices but you already stated it wouldn't work so we're good.
Thanks for the great work Mark!