Skip to main content

All Questions

Tagged with
0 votes
2 answers
591 views

Why is the viewport meta tag not included in the standard?

Many sources stress the importance of including the viewport meta tag. As per Using the viewport meta tag to control layout on mobile browsers on MDN: Narrow screen devices (e.g. mobiles) render ...
gaazkam's user avatar
  • 159
0 votes
1 answer
486 views

meta viewport width not working in html file

I'm new to HTML trying to learn and sort things out now. I learned about a meta tag and it's a data of the data. I learned the concept of using device-width for various types of devices i.e mobile ...
Umme David's user avatar
1 vote
1 answer
2k views

Google apps script can't be displayed properly for mobile

I made some app for stock management and it works well. Only problem is google script app can't be displayed properly for mobile and all texts shows too small. I tried to apply directly viewport meta ...
Inyoung's user avatar
  • 93
2 votes
0 answers
1k views

Python plotly-dash meta_tags not adjusting viewport / viewing on different devices

I've used Python to put together a very basic Dash dashboard which I deploy on Heroku. Everything seems to work fine for me, but it doesn't resize on different devices and looks terrible. (I view on a ...
Kees's user avatar
  • 471
0 votes
3 answers
143 views

What is the <meta name="viewport"> tag?

What is <meta name = "viewport" content = "width=device-width, initial-scale = 1"> Like part by party I want to learn HTML and am using a webpage from a club I joined
CactusSlat's user avatar
2 votes
0 answers
254 views

Viewport meta tag required when using vh/vw CSS units?

I have designed a responsive website which uses vh and vw scales rather than pixel sizes throughout the CSS, including font-size properties. I know the site views perfectly fine on mobile/tablet ...
Chris Rogers's user avatar
0 votes
3 answers
4k views

Downloading video from URL works fine in mobile view , not in desktop view in HTML

I tried to create link that download video file using URL downloder.html <!DOCTYPE html> <html> <head> <title>Downloading.....</title> </head> <body> <...
Viky's user avatar
  • 63
0 votes
0 answers
513 views

How to test the effects of viewport meta tag?

I am in the process of improving the accessibility of a web app, and one of the critical issues I have identified is the presence of user-scalable=no and maximum-scale=1.0 in this tag: <meta name=&...
elethan's user avatar
  • 16.9k
2 votes
1 answer
12k views

What is "<meta name="viewport" content="width=device-width, initial-scale=1">"? [duplicate]

I want to know what this sample of code means : <meta name="viewport" content="width=device-width, initial-scale=1"> Does somebody know ?
jozinho22's user avatar
  • 520
-1 votes
1 answer
185 views

How to extracting tags and attributes from a website in nodejs?

I wanted to extract the metatag and check whether 'viewport' is present in the meta tag in nodejs. I searched and couldn't find any efficient method. Any suggestions?
anna's user avatar
  • 435
15 votes
1 answer
8k views

Side effects of removing "width=device-width" from viewport meta tag when "initial-scale=1.0" is also set

While the <meta name="viewport"> tag is unstandardized, it "is respected by most mobile browsers due to de-facto dominance." One downside of it not being a true web standard is detailed ...
romellem's user avatar
  • 6,366
1 vote
0 answers
329 views

Site don't reset scale after change viewport on iOS 13

I have a site with this base viewport tag: <meta name="viewport" content="width=640, maximum-scale=1, user-scalable=no"> On one page of the site we show iframe with a third-party site. On this ...
Dmitry  Davydov's user avatar
1 vote
1 answer
5k views

How to use “viewport-fit=cover” and “maximum-scale=1” without disabling zoom on Android

I’ve been using the following viewport meta tag on my site: <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" /> On ...
daGUY's user avatar
  • 28.2k
3 votes
0 answers
628 views

html meta viewport user-scalable=no seemed no longer working on iOS 13.3

I am trying to disable user pinch zoom on a web page dedicated for mobile devices, i tried the following meta tags with no avail: <meta name="viewport" content="width=device-width, initial-scale=1....
adrian li's user avatar
  • 497
0 votes
1 answer
745 views

Disable the effect of the meta tag for viewport with bare css

Is it possible to disable the effect of the meta tag for viewport with bare css? I have the following tag in the head of my html: <meta name="viewport" content="width=device-width, initial-scale=...
manymanymore's user avatar
  • 2,843

15 30 50 per page
1
2 3 4 5
7