Skip to content
Discussion options

You must be logged in to vote

ugh, I finally figured out what was causing this, it was the meta viewport tag in my index.template.html file. Here was the old tag which broke on build (but NOT in devServer):

<meta name="viewport" content="user-scalable=yes, initial-scale=1, maximum-scale=5, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %><% if (ctx.mode.pwa) { %>, viewport-fit=cover<% } %>">

at some point in the distant past I must have set viewport-fit=cover (I suspect to deal with standalone mode) and it never caused any issues until I swapped out the q-layout recently for my own layout. And because pwa dev server mode hasn't worked in some time, I was…

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ssuess
Comment options

Comment options

You must be logged in to vote
2 replies
@ssuess
Comment options

@ssuess
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ssuess
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants