adrian-ortega/duster-brews-dashboard

Add iPad Fullscreen Support

Closed this issue · 2 comments

Add this tag:

<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, user-scalable=no, maximum-scale=1, minimum-scale=1" />

This is fixed, updated code here:

<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, user-scalable=no, maximum-scale=1, minimum-scale=1" />

This issue is not yet resolved. In Discord you mentioned that the code I provided was causing an error so you had to revert it. You said you would look into an alternative solution.