
If you'd like to view their content together, click here. This fundamental difference in audience is why we support two communities, r/Apple and r/AppleHelp. Apple SubredditsĬontent which benefits the community (news, rumors, and discussions) is valued over content which benefits only the individual (technical questions, help buying/selling, rants, etc.).
#Does phoneview work with ipad too upgrade
Not sure what to buy?Īsk in our Daily Advice Thread or in our dedicated sister sub /r/AppleWhatShouldIBuy! See also the iPhone Upgrade Wiki for more information. Comments that are spreading COVID vaccine misinformation/claims are not allowed.Ĭheck here to see if any Apple services are down.These belong in the beta subreddits listed below. The proper place for advice is /r/AppleWhatShouldIBuy. No posts or comments relating to buying, selling, trading, giveaways or asking for advice about any of those topics.No content related to piracy or illegal activities.Before posting, read the detailed rules here. Self-promotion is allowed on Sundays only, strictly reserved for app developers and must be in the form of a self-post.

We may approve your post if it is a high-level issue that can't be found through searches, or if it affects a large amount of people. No support questions outside of the Daily Advice Thread.No posts that aren’t directly related to Apple or the Apple eco-system.No rude, offensive, or hateful comments.No editorialized link titles (use the original source's title if applicable).Posts must foster reasonable discussion.No memes, direct images or contextless image/video posts.If you have a tech or buying/selling-related question, please check out our Daily Advice Thread or r/AppleHelp! CommunityĪ more in-depth version of the rules can be found here This can can help you save quite a lot of precious page space, making your pages smaller (and more readable.)Īctually you can do it for all the meta-tag in your page (including the newer ones of apple-tags and og:* ones.Welcome to r/Apple, the unofficial community for Apple news, rumors, and discussions. Not a super common need, but it can come up.ġ] you either should specify or use meta-tag > viewport on dev.w3.org-whitepapersĢ] the viewport meta-tag can be omitted completely, and be replaced with sending the data in the page’s headers instead, Either out the entire tag and replace, or change the content property. Good to know: changing the value of this meta tag with JavaScript does work, the page will react to the new value. You’ll probably want this in your CSS as well: device-width It’s generally recommended that you don’t prevent scaling, as that’s annoying and potentially an accessibility problem.

1.0 does not zoom.Īllows the device to zoom in and out. The maximum amount the visitor can zoom on the page. The minimum amount the visitor can zoom on the page. The physical height of the device’s screen. The height of the “ virtual viewport” of the device. The physical width of the device’s screen.

The width of the virtual viewport of the device. There are more attributes this tag supports: Property Note: don’t use a responsive meta tag if your website isn’t specifically designed to be responsive and work well at that size, as it will make the experience worse. So if that screen is 320px wide, the browser window will be 320px wide, rather than way zoomed out and showing 960px (or whatever that device does by default, in lieu of a responsive meta tag). This means that the browser will (probably) render the width of the page at the width of its own screen. Although I see this is recommended a lot:
