Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

How to add meta tag in Next JS metadata

I am trying to add a meta tag in Next JS 13.4, but I cannot. I have read the documentation and googled it but I couldn't find the solution. I am trying to add this HTML meta tag in the Next JS way. &...
Chandan Sayed's user avatar
0 votes
1 answer
65 views

No call-to-action in Twitter native apps for Player Card

Twitter Player Card docs suggest that in "iPhone and Android native apps, a Player Card will appear in the Tweet detail view (not in the timeline)". There is no explicit mention of how the ...
jackholt44's user avatar
-1 votes
1 answer
480 views

(iOS) viewport-fit=cover meta tag works imperfectly with bars for navigation

I am making an iOS application working with AFrame that is a web-based 3D graphic library. When I load a web page that contains an aframe scene, I found that the web view does not have a full screen. ...
Chard Lee's user avatar
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
2 votes
1 answer
908 views

Do I need Apple meta tags when I have a manifest?

Background Information I create progressive web apps and try to make my websites backwards compatible (excluding ancient software, such as IE 😉) and as a result, I like to keep old code when adding ...
Daemon Beast's user avatar
  • 2,879
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
1 vote
1 answer
887 views

iOS Safari WebApp opens links in new window

I've added meta tags to my web app to make it fullscreen if added to the iPhone home, it works but only on the first page visited (If I add page 2 to my home, page 2 won't have the address bar, but ...
Artemis's user avatar
  • 599
0 votes
1 answer
272 views

Siri Suggested Websites favicon

I am having trouble finding the answer to including an icon in "Siri Suggested Websites" on iPhone's Safari. Is there a line of code that I can use to achieve this? I've tried: <link href="/...
Dan D's user avatar
  • 27
3 votes
0 answers
751 views

How to hide URL Bar on IOS Safari on iPhone X and newer?

I would like Safari on Mobile to hide the URL Bar when the iPhone is in Landscape mode. I used the following code which works perfectly on my iPhone 7, but on the newest iPhones is not (Tested on ...
Erikamyself's user avatar
1 vote
1 answer
1k views

css media queries not working for ipad landscape mode

I have an ipad in which I want to apply media queries when it is in landscape mode. This is what I have tried (I have tried both options.) : Option 1: /* iPads (landscape) ----------- */ @media all ...
flash's user avatar
  • 1,491
-1 votes
2 answers
387 views

soft keyboard does not push elements up on iPhone

I have a posting form in my web app. On Android phone, When the contenteditable div is focused the soft keyboard pushes every other html elements up so it is good. However, on iPhone it does not do ...
Jay Jeong's user avatar
  • 954
0 votes
1 answer
68 views

When adding a website to iOS homescreen it appears "App" in name field, how to change?

IMG When adding a website to iOS homescreen it appears "App" in name field, how to change? The Same on Android phones, it always use "app" as icon name.
thatguy's user avatar
  • 15
2 votes
1 answer
8k views

Meta "apple-itunes-app" doesn't work

I've written an html page with the Apple meta to link at my app in the App Store: <meta name="apple-itunes-app" content="app-id=MY_APP_ID" app-argument="myschema:http://example.com"> The ...
Pol's user avatar
  • 968
-1 votes
2 answers
3k views

How to get Meta tag from URL in swift 3

We are developing chat base app. In which we want to show meta tag info like WhatsApp and Skype are showing. This is the URL which send in Skype. Does anyone know third party library for this ...
Crazy Developer's user avatar
11 votes
1 answer
2k views

apple-itunes-app meta tag testing

I am adding apple-itunes-app meta tag in my web site for up-selling to my iOS app. When the app is not installed, i see "View this app" in the web site banner which is good. My question is about how ...
Kenny Lim's user avatar
  • 1,203

15 30 50 per page